Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_view/helpers/javascript_helper.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7666 [7666] 09/28/07 14:18:47 david Fixed spelling errors (closes #9706) [tarmo/rmm5t]
(edit) @7567 [7567] 09/22/07 18:31:44 david Fixed JavaScriptHelper#escape_javascript to also escape closing tags …
(edit) @7485 [7485] 09/15/07 21:34:25 david Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) …
(edit) @7220 [7220] 07/24/07 16:48:57 david Refactored in use of extract_options! (closes #9079) [josh]
(edit) @6350 [6350] 03/06/07 09:46:04 bitsweat Prefer MIME constants to strings. Closes #7707.
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @5245 [5245] 10/09/06 00:50:11 david Added an html_options hash parameter to javascript_tag() and …
(edit) @5242 [5242] 10/09/06 00:34:43 david Fixed escaping of backslashes in JavaScriptHelper#escape_javascript …
(edit) @5238 [5238] 10/09/06 00:15:28 david Docfix (closes #6356)
(edit) @5039 [5039] 09/06/06 01:31:04 david Fixed JavaScriptHelper#link_to_function and …
(edit) @4904 [4904] 09/02/06 19:41:04 david Docs for js linkers (closes #5948)
(edit) @4235 [4235] 04/19/06 18:08:15 sam Change link_to_function and button_to_function to (optionally) take an …
(edit) @3425 [3425] 01/16/06 05:04:19 david Dont repeat the button_to method
(edit) @3378 [3378] 01/03/06 04:11:51 david Added assignment of the Autocompleter object created by …
(edit) @3367 [3367] 12/31/05 04:31:10 david Added JavaScriptHelper#button_to_function that works just like …
(edit) @3365 [3365] 12/31/05 03:51:43 david Added that JavaScriptHelper#link_to_function will honor existing :onclick …
(edit) @3364 [3364] 12/31/05 03:50:08 david Added that JavaScriptHelper#link_to_function will honor existing :onclick …
(edit) @3036 [3036] 11/14/05 22:28:47 sam Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. …
(edit) @2807 [2807] 10/29/05 15:01:39 madrobby Added support for the queue option on visual_effect
(edit) @2608 [2608] 10/15/05 05:08:59 madrobby Updated and clarified documentation for JavaScriptHelper to be more …
(edit) @2543 [2543] 10/12/05 22:47:39 sam Wrap javascript_tag contents in a CDATA section and add a cdata_section …
(edit) @2386 [2386] 09/28/05 08:20:47 madrobby Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
(edit) @2255 [2255] 09/17/05 06:39:54 david Doc fix #2197
(edit) @2217 [2217] 09/12/05 05:40:27 david Make periodically_call_remote use type="text/javascript" on script tag …
(edit) @2191 [2191] 09/11/05 07:52:53 david Added in-place editing support in the spirit of auto complete with …
(edit) @2164 [2164] 09/09/05 08:10:20 david Allow link_to_remote to use any DOM-element as the parent of the form …
(edit) @2159 [2159] 09/09/05 07:25:58 david Fixed JavascriptHelper#auto_complete_for to only include unique items …
(edit) @2104 [2104] 09/02/05 14:06:17 minam Fix observe_field to fall back to event-based observation if frequency <= …
(edit) @2103 [2103] 09/02/05 13:56:38 minam * Allow use of the :with option for submit_to_remote #1936
(edit) @1847 [1847] 07/17/05 09:23:56 david Docs for JavaScriptHelper#remote_function #1740
(edit) @1843 [1843] 07/17/05 09:15:41 david Cleaning up of javascript_helper array options, add :only to …
(edit) @1835 [1835] 07/14/05 11:38:55 david Fixed bug with :success/:failure callbacks for the JavaScriptHelper …
(edit) @1812 [1812] 07/11/05 06:44:10 david Improved documentation for :success/:failure callbacks #1699 [Thomas …
(edit) @1810 [1810] 07/11/05 05:17:22 david Script.aculo.us: latest rev, new autocompleter features, memory leaks …
(edit) @1794 [1794] 07/10/05 05:11:23 david Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam …
(edit) @1760 [1760] 07/07/05 14:34:26 david Added :handle as an option to sortable_element to restrict the drag handle …
(edit) @1754 [1754] 07/07/05 08:46:31 david Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up …
(edit) @1729 [1729] 07/06/05 08:32:04 david Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]
(edit) @1708 [1708] 07/05/05 10:31:28 david Fixed transparent background for Safari with auto completer
(edit) @1650 [1650] 07/04/05 04:57:15 david Improved update_element_function #1597 [Thomas Fuchs]
(edit) @1644 [1644] 07/03/05 11:01:43 david Added JavascriptHelper#update_element_function, which returns a Javascript …
(edit) @1617 [1617] 07/03/05 08:00:38 david AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]
(edit) @1606 [1606] 07/02/05 11:25:21 david Added JavascriptHelper#draggable_element and …
(edit) @1579 [1579] 07/01/05 07:25:44 david Fix IE 30-sec timeout bug, make auto_complete_for even more delicious …
(edit) @1568 [1568] 06/30/05 05:58:40 david Wrong variable name used in observe_field #1551
(edit) @1566 [1566] 06/29/05 17:08:14 david Give auto_complete_for parameters, fix browser-autocompletion #1550
(edit) @1561 [1561] 06/29/05 08:09:00 david Fix JavaScriptHelper capitalization and make it compatible with Prototype …
(edit) @1552 [1552] 06/28/05 17:42:51 david Added support for upload progress indicators in Apache and lighttpd 1.4.x …
(edit) @1545 [1545] 06/27/05 17:40:00 david Added support for graceful error handling of Ajax calls #1217 [Jamis …
(edit) @1532 [1532] 06/27/05 05:29:47 david Added event-based observations when frequency is not set on …
(edit) @1526 [1526] 06/26/05 14:34:13 david Renamed remote_sortable to sortable_element
(edit) @1525 [1525] 06/26/05 14:23:36 david Added auto_complete_for to controller and text_field_with_auto_complete to …
(edit) @1522 [1522] 06/26/05 12:03:43 david Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) …
(edit) @1464 [1464] 06/21/05 07:08:13 david Added a fall-through action for form_remote_tag that'll be used in case …
(edit) @1328 [1328] 05/19/05 19:08:16 david Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson]
(edit) @1318 [1318] 05/19/05 17:29:20 david Ajax docing #1282 [Dee.Zsombor@gmail.com]
(edit) @1200 [1200] 04/18/05 05:15:17 david Fixed that you can now pass an alternative :href option to …
(edit) @1181 [1181] 04/17/05 07:52:50 david Added Element.toggle, Element.show, and Element.hide to the prototype …
(edit) @1160 [1160] 04/13/05 05:44:43 david Added submit_to_remote that allows you to trigger an Ajax form submition …
(edit) @1156 [1156] 04/13/05 05:21:37 david Added :confirm option to link_to_remote just like link_to has #1082
(edit) @1108 [1108] 04/07/05 06:43:21 david Added JavascriptHelper#periodically_call_remote in order to create areas …
(edit) @1014 [1014] 03/26/05 23:43:29 david Effects can just be used through the callbacks
(edit) @1012 [1012] 03/26/05 23:16:55 david Updated to prototype.js 1.1.0
(edit) @1007 [1007] 03/26/05 20:27:04 david Fixing JS bugs, renamed :position values
(edit) @1006 [1006] 03/26/05 15:35:06 david Added other DOM manipulation positions than just replace
(edit) @1004 [1004] 03/26/05 15:01:11 david Added :highlight effect to do YFT automatically
(edit) @1002 [1002] 03/26/05 14:03:55 david Added JavascriptHelper#escape_javascript as a public method (was private) …
(edit) @976 [976] 03/22/05 13:09:44 david Fixed documentation and prepared for 0.11.0 release
(edit) @975 [975] 03/22/05 12:41:34 david Updated more documentation
(edit) @974 [974] 03/22/05 12:33:47 david Added documentation and fixed an ajax bug
(edit) @973 [973] 03/22/05 12:13:36 david Last-minute ajax fixes #898
(edit) @970 [970] 03/21/05 23:41:25 david fix for javascript_helper.rb build_callbacks #893
(edit) @966 [966] 03/21/05 13:11:48 david Wrong parameter names in observe_field/observe_form
(edit) @955 [955] 03/21/05 00:57:08 david Added a JavascriptHelper and accompanying prototype.js library that opens …
(edit) @905 [905] 03/14/05 16:28:44 david Remove the duplicated remote_function and make the real deal public
(edit) @904 [904] 03/14/05 15:56:46 david Made async callbacks work with :update
(edit) @903 [903] 03/14/05 15:12:31 david Made async the default approach and add get_elements_by_class
(edit) @902 [902] 03/14/05 12:47:38 david Added asynchronous processing model
(edit) @897 [897] 03/13/05 18:06:58 david Deal with Safari garbage and allow html_options
(edit) @896 [896] 03/13/05 17:01:59 david Added Field.present, .focus, and .clear as JS convenience for working with …
(edit) @895 [895] 03/13/05 16:35:15 david Added Field.present, .focus, and .clear as JS convenience for working with …
(edit) @894 [894] 03/13/05 15:47:06 david Added :condition option to abort an update if some condition isnt there
(edit) @892 [892] 03/12/05 17:00:03 david Checked in some documentation for JavascriptHelper
(edit) @891 [891] 03/12/05 16:18:29 david Respect :onclick in link_to_toggle_display
(edit) @890 [890] 03/12/05 02:59:12 david Put it in the right module
(edit) @889 [889] 03/12/05 02:43:37 david Added first stab at Javascript/Ajax helpers
(add) @888 [888] 03/12/05 02:42:48 david Added first stab at Javascript/Ajax helpers
Note: See TracRevisionLog for help on using the revision log.