ORIENT/modules/backend/formwidgets
Ben Thomson ee2b53fe71 Add hidden "loaded" flag for repeaters
This allows the repeater to retrieve the load value
from the model only on initialisation. Any further
requests to the repeater (ie. AJAX requests) should
use the POST data.
2019-04-11 17:57:27 +08:00
..
codeeditor Recompile assets 2019-01-15 13:35:12 -06:00
colorpicker Append the color picker modal to parent element (#4199) 2019-03-31 21:41:04 -06:00
datatable/partials Create initial DataTable form widget 2015-01-03 11:57:50 +11:00
datepicker/partials Set the datetime value with time 00:00:00 when using the date mode (#4111) 2019-02-06 10:23:50 -06:00
fileupload Use singular byte for '1 byte' filesize (#4130) 2019-02-11 09:48:15 -06:00
markdowneditor Add support for preview mode for the Markdown FormWidget (#4166) 2019-04-01 12:56:14 -06:00
mediafinder Add file check for image upload form widgets - Fixes #3653 2019-03-29 02:23:20 +11:00
nestedform Recompile assets 2019-01-15 13:35:12 -06:00
permissioneditor Introduce concept of system roles 2017-07-13 19:29:50 +10:00
recordfinder Fixes #3119 (#3163) 2018-11-23 00:33:01 -06:00
relation/partials Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
repeater Add hidden "loaded" flag for repeaters 2019-04-11 17:57:27 +08:00
richeditor Fix expired message 2019-03-29 17:44:57 +11:00
taglist/partials Add support for placeholder in TagList widgets (#3453) 2018-11-15 13:32:59 -06:00
CodeEditor.php {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
ColorPicker.php Minor peer review 2018-08-21 13:24:59 +10:00
DataTable.php Fix datatable alias to be a single string (#4231) 2019-04-03 15:48:15 -06:00
DatePicker.php Set the datetime value with time 00:00:00 when using the date mode (#4111) 2019-02-06 10:23:50 -06:00
FileUpload.php Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
MarkdownEditor.php Remove unused reference (#3045) 2017-08-17 14:00:43 -06:00
MediaFinder.php Add file check for image upload form widgets - Fixes #3653 2019-03-29 02:23:20 +11:00
NestedForm.php Added NestedForm FormWidget (#3977) 2018-12-19 21:54:20 -06:00
PermissionEditor.php Fix 'illegal string offset' warning (#3331) 2017-12-31 11:03:07 -06:00
RecordFinder.php Added support for using the record finder without a model relationship 2019-01-18 18:16:16 -06:00
Relation.php Remove unused imports 2018-08-24 19:51:59 +02:00
Repeater.php Add hidden "loaded" flag for repeaters 2019-04-11 17:57:27 +08:00
RichEditor.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
TagList.php Add support for placeholder in TagList widgets (#3453) 2018-11-15 13:32:59 -06:00