ORIENT/modules/backend/formwidgets
Luke Towers 33c2d1c3bb Respect whitespace on disabled codeeditors
This wraps the contents of a disabled codeeditor field in an `pre` element so that the browser renders it respecting the formatting / whitespace of the contents (code in this widgets case) instead of squishing it all down.
2016-11-28 15:35:00 -06:00
..
codeeditor Respect whitespace on disabled codeeditors 2016-11-28 15:35:00 -06:00
colorpicker Fixes colorpicker when used inside a popup 2016-05-25 06:37:03 +10:00
datatable/partials Create initial DataTable form widget 2015-01-03 11:57:50 +11:00
datepicker/partials Allow passing an explicit format to datepicker 2016-10-20 08:44:14 +11:00
fileupload Merge pull request #2157 from prasanth-darsan/develop 2016-07-07 07:59:42 +10:00
markdowneditor Buttons container has an inner toolbar 2016-07-23 09:53:23 +10:00
permissioneditor Adds extra flavor to buttons 2016-04-07 20:17:48 +10:00
recordfinder Minor fixes 2016-11-10 06:49:45 +11:00
relation/partials Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
repeater Code improvements 2016-07-23 14:22:36 +10:00
richeditor Expose isCodeViewActive API function 2016-11-12 14:12:48 +11:00
taglist/partials Fixes taglist working inside a repeater 2016-11-07 08:08:48 +11:00
CodeEditor.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
ColorPicker.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
DataTable.php No it is not safe to share the alias and field name... 2016-03-17 19:50:34 +11:00
DatePicker.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
FileUpload.php Fixed error on saving attachment config when its put on pivot form of a relation 2016-06-28 23:17:27 +05:30
MarkdownEditor.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
PermissionEditor.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
RecordFinder.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
Relation.php Use the otherKey to update a relation 2016-11-24 13:33:20 +01:00
Repeater.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
RichEditor.php Allow redirect: false on importExportController 2016-11-28 07:50:06 +11:00
TagList.php Bug fix in taglist widget with nameFrom option 2016-07-23 12:57:08 +10:00