{"id":31009380,"url":"https://github.com/robhurring/prototype-dialog","last_synced_at":"2025-09-13T04:34:47.166Z","repository":{"id":482622,"uuid":"108363","full_name":"robhurring/prototype-dialog","owner":"robhurring","description":"Flexible javascript dialog box for the prototype JS library.","archived":false,"fork":false,"pushed_at":"2009-01-27T23:25:36.000Z","size":172,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T19:19:38.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robhurring.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-01-15T22:37:30.000Z","updated_at":"2019-08-13T13:54:00.000Z","dependencies_parsed_at":"2022-07-07T16:37:38.875Z","dependency_job_id":null,"html_url":"https://github.com/robhurring/prototype-dialog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robhurring/prototype-dialog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Fprototype-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Fprototype-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Fprototype-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Fprototype-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robhurring","download_url":"https://codeload.github.com/robhurring/prototype-dialog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Fprototype-dialog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274919764,"owners_count":25373953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-13T04:34:41.395Z","updated_at":"2025-09-13T04:34:47.152Z","avatar_url":"https://github.com/robhurring.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"==About\n\nThis creates a nice dialog-like popup using the prototype javascript lib. \nIt was based off of Based on http://snippets.dzone.com/posts/show/3411\n\nSupports custom overlays and a bunch of nifty options to mess around with. Useful when you need a basic\ndialog which is easy to customize and not a lot of overhead.\n\nThis is _not_ a lightbox. It doesn't support AJAX. It simply shows a div layer with some simple effects. The\ndialog's HTML must appear within the HTML document.\n\n==Usage\n\n  (See examples/basic.html for working examples)\n\n  new Dialog.Box('dialog_element_id', [options = {}]);\n\n  // to show\n  $('dialog_element_id').show();\n\n  // to hide\n  $('dialog_element_id').hide();\n\n==Available Options\n\n  use_overlay::     if you want the overlay to show or not -- setting to false means manually hiding() the dialog\n  hide_on_key::     if set we will listen for this key code and hide on it, set to +FALSE+ if you don't want this       \n  overlay_color::   sets the color of the overlay(unless using a custom one)\n  duration::        how long the overlay (or dialog if you use fade_dialog) takes to appear/fade\n  opacity_from::    appear/fade from this opacity -- you will probably never use this\n  opacity_to::      what opacity should the overlay get (doesn't work for dialog itself)\n  reset_form::      should we clear the dialog's input fields when hidden? useful for login forms\n  hide_select_boxes::  should we hide select boxes when transitioning? default is true for IE only\n  persistent::      keeps the dialog up until you explicitly tell it to hide()\n  fade_dialog::     should we fade in/out the dialog along with the overlay?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhurring%2Fprototype-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobhurring%2Fprototype-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhurring%2Fprototype-dialog/lists"}