silverstripe-framework/javascript
Mateusz Uzdowski b02b1e6dbc API Forward the editor events to underlying textarea.
Makes the editor API more flexible by triggering generic JS events that
can be used from entwine. This makes it easier to add event handlers to
the editor and cleans up the initialisation call from unrelated code.

The patching code also forwards editor changes to the textarea field,
which in perspective will allow the changetracker to react to changes in
this field as they happen.
2012-11-23 00:50:18 +01:00
..
jquery-ondemand BUGFIX: Media styles in IE9 (fixes #4 of #7497) 2012-06-21 16:50:14 +12:00
lang FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
tree MINOR Updated image references in sapphire/ folder to local files, rather than requiring cms/ folder (copied a bunch of images files over for this) 2011-03-29 21:34:26 +13:00
AssetUploadField.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
ConfirmedPasswordField.js BUGFIX: Fix JS bug that was preventing passwords from being changed in 'hidden by default' ConfirmedPasswordField instances. 2012-06-06 17:53:16 +12:00
DateField.js Merge remote-tracking branch 'origin/3.0' 2012-09-07 17:21:41 +02:00
GridField.js Update javascript/GridField.js 2012-11-15 03:31:37 +02:00
HtmlEditorField.js API Forward the editor events to underlying textarea. 2012-11-23 00:50:18 +01:00
i18n.js ENHANCEMENT: change those harded-coded 'sapphire' to 'framework' either in javascript code or inline document, or a <a> href propty. 2012-10-05 17:00:39 +13:00
i18nx.js ENHANCEMENT: change those harded-coded 'sapphire' to 'framework' either in javascript code or inline document, or a <a> href propty. 2012-10-05 17:00:39 +13:00
InlineFormAction.js MINOR Fixed js accessor (thanks AngryPHPNerd) 2012-02-16 23:07:24 +01:00
PermissionCheckboxSetField.js ENHANCEMENT: open/7881 - removed disabled checkboxes and replaced them with green ticks. Added help text above the list of permissions. Removed action buttons by fade out when user goes to users permissions tab. 2012-09-28 16:37:35 +02:00
SelectionGroup.js MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
TabSet.js Removed usage of deprecated jQuery UI 1.9 features 2012-11-06 22:53:34 +01:00
ToggleCompositeField.js BUG Enforce startClosed prop on ToggleCompositeField 2012-07-15 20:53:44 +02:00
ToggleField.js BUG Fixing ToggleField to work correctly with jQuery 2012-11-16 11:33:58 +13:00
TreeDropdownField.js BUG TreeDropdownField panel positioning 2012-10-02 12:02:42 +02:00
UploadField_downloadtemplate.js BUGFIX: Re-add status for successful upload 2012-05-16 18:10:12 +12:00
UploadField_select.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
UploadField_uploadtemplate.js ENHANCEMENT: File/Image UI fixes 2012-05-28 11:50:34 +12:00
UploadField.js Merge branch '3.0' 2012-11-05 15:11:48 +13:00