Will Rossiter
2fb5441019
BUGFIX: fixed issue with multi select fields not mantaining dropdown values and styling
2009-06-25 05:07:00 +00:00
Sean Harvey
f6f1085029
ENHANCEMENT Moved readonly capabilities to EditableFormFiel from EditableMultipleOptionField - this means you can now set readonly on any form field
...
BUGFIX Check for readonly when checking edit and delete permissions on FieldEditor
BUGFIX Don't just show "None" when the page is in readonly mode and showing the Fields tab, instead show a readonly representation of the field editor
2009-06-08 04:42:17 +00:00
Will Rossiter
47ecc9cfad
BUGFIX: fixed ordering of form fields
2009-05-28 03:51:48 +00:00
Will Rossiter
8047dec983
BUGFIX: fixed naming conflict with method / var name
2009-05-21 23:31:46 +00:00
Will Rossiter
86bc91d1f2
BUGFIX: fixed permission system for the field editor view
2009-05-14 21:40:03 +00:00
Will Rossiter
3ec7345ac9
MINOR: fixed language of fieldeditor
2009-05-06 03:46:12 +00:00
Will Rossiter
626f09be39
APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup.
2009-05-06 03:34:40 +00:00
Will Rossiter
21e708156b
MINOR: fixed issue where fields were hidden by default
2009-04-25 02:54:37 +00:00
Will Rossiter
d592ed005f
FEATURE: added ability to have rules on userdefined form fields
2009-04-23 22:52:08 +00:00
Will Rossiter
83f827f006
MINOR: rewrote CSS for fieldeditor to make it more maintainable
2009-04-21 05:10:39 +00:00
Will Rossiter
379a5c98d2
MINOR: added dynamic location for the form field icon - ajshort. MINOR: added custom validation fields to insert form field specific error messages
2009-04-20 03:07:57 +00:00
Will Rossiter
b83bc79fc2
BUGFIX: fixed sorting values on new fields
2009-04-19 23:52:44 +00:00
Will Rossiter
c0b2f760cd
BUGFIX: got drag and drop ordering of fields rewritten in jQuery
2009-04-18 02:49:46 +00:00
Will Rossiter
08b06b581c
BUGFIX: fixed image icons
2009-04-17 02:50:45 +00:00
Will Rossiter
83d1f2fe86
ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images
2009-04-17 02:26:40 +00:00
Sean Harvey
29ddb3e12c
Added FieldEditor images that were in sapphire, and should belong in the userforms module, updated references to the images in the templates
2008-10-23 21:11:32 +00:00
Sean Harvey
1ea06b4028
ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk
2008-09-29 03:18:23 +00:00