Commit graph

529 commits

Author SHA1 Message Date
Doug Bell
9489283960 add YUI button to WebGUI button 2011-04-13 12:47:20 -05:00
Doug Bell
67918361e6 remove old forwardButton class and "Please Wait..." text
We'll add similar functionality using the YUI button stuff
2011-04-11 16:59:22 -05:00
Doug Bell
0168cb16a4 add wg-form-TYPE class to all form control wrappers 2011-04-11 16:57:21 -05:00
Doug Bell
0c25620867 redefine a submit button in terms of a normal button
in short: override new() instead of toHtml to allow changes to be made
to the submit button.
2011-04-11 16:42:20 -05:00
Doug Bell
744568108f add "type" param to button control
We're realigning Button and Submit so that Submit is just a
pre-configured Button. This should be repeated for other types
of form fields.
2011-04-11 16:34:10 -05:00
Doug Bell
8ca685e089 add file input for progressive enhancement and testing 2011-01-31 20:38:00 -06:00
Doug Bell
60cc89fb4f make FormBuilder use toTemplateVars for fields 2010-12-09 18:31:42 -06:00
Doug Bell
ca42a0544d add toTemplateVars method to form controls 2010-12-09 18:22:07 -06:00
Colin Kuskie
fd8f03a186 Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Colin Kuskie
59c03b50e7 Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Colin Kuskie
10b832b820 Fix mobile browser detection. 2010-11-03 10:29:31 -07:00
Colin Kuskie
5f3014aaee Merge branch 'master' into WebGUI8. Merged up to 7.10.4 2010-11-03 09:47:36 -07:00
Colin Kuskie
a90eadda7c Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3 2010-11-02 14:49:33 -07:00
Colin Kuskie
5ac6a9749e Remove debug input from JsonTable 2010-11-01 13:31:40 -07:00
Colin Kuskie
5bf6628509 Shift the location of break tags in Form/File to prevent danglies. 2010-10-29 14:51:14 -07:00
Colin Kuskie
87326192a3 Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07:00
Doug Bell
199c4e4960 change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Colin Kuskie
6fced77b37 Make the display of a textarea instead of an HTMLarea independent of whether mobile styles are configured for the site. Refixes #11902. 2010-10-25 15:30:23 -07:00
Colin Kuskie
b02aee50d8 In addition to mobile browser detection for styles, also do it for HTMLAreas and display a simple textarea instead. Fixes bug #11902. 2010-10-18 19:31:44 -07:00
Colin Kuskie
f883d8b35f Remove the YUI based code editor from WebGUI, and replace it with a textarea. Fixes bug #1618, and others. 2010-10-05 14:44:53 -07:00
Colin Kuskie
3cf77839ed Date form plugin needs to observe the time zone of the viewer of the data when processing AND displaying date. Fixes bugs #11789 11894 2010-10-04 11:53:05 -07:00
Colin Kuskie
1f42a0a24e Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset. 2010-09-24 08:03:09 -07:00
Colin Kuskie
3e9427ca1e Fix syntax errors from the merge. 2010-09-23 16:39:02 -07:00
Colin Kuskie
c6a2ce7a73 Fix a POD typo. 2010-09-23 16:35:04 -07:00
Colin Kuskie
d3e83ba354 There is no local check to see if Form headTags have been sent yet. 2010-09-23 16:34:42 -07:00
Colin Kuskie
b04aa0a1f3 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-23 16:33:12 -07:00
Colin Kuskie
128a19ac90 Convert Phone and DateTime to headTags 2010-09-23 16:28:55 -07:00
Colin Kuskie
3c17d77a5c Convert Codearea, Slider and Zipcode to headTags 2010-09-23 16:26:30 -07:00
Colin Kuskie
b4ee093903 Convert Textarea over to headTags 2010-09-23 16:23:05 -07:00
Colin Kuskie
62bd952712 Convert Username over to using headTags 2010-09-23 16:21:03 -07:00
Colin Kuskie
445dbff297 Covert File, CheckList over to headTags 2010-09-23 16:20:23 -07:00
Colin Kuskie
702dad8254 Convert Color to headTags 2010-09-23 16:20:03 -07:00
Colin Kuskie
04917e695c Fix typo in Form/Keywords. 2010-09-23 16:18:48 -07:00
Colin Kuskie
48823bd922 Convert Keywords over to headTags 2010-09-23 16:18:48 -07:00
Colin Kuskie
a06ee99642 Convert Float to headTags 2010-09-23 16:18:33 -07:00
Colin Kuskie
18c53fe808 Convert DataForm to using headTags. 2010-09-23 16:18:17 -07:00
Colin Kuskie
0dd014f923 Convert Date plugin to headTags 2010-09-23 16:18:17 -07:00
Colin Kuskie
2b3fc264ae Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags. 2010-09-23 16:18:02 -07:00
Colin Kuskie
61e2f4eb2e Convert Hexadecimal to headTags 2010-09-23 16:16:45 -07:00
Colin Kuskie
3368e72246 Convert TimeField over to use headTags 2010-09-23 16:16:25 -07:00
Colin Kuskie
adb279771b Convert Text, Url, JsonTable and AssetReportQuery to use headTags. 2010-09-23 16:16:08 -07:00
Colin Kuskie
d2623c2159 Extend the base class to add a method that will set the head tags for a form plugin. The intent is that users of form plugins can build them during prepareView for content chunking, and push links and scripts out in the head block, rather than in the body to assist with validation. 2010-09-23 16:15:39 -07:00
Colin Kuskie
adcc2690f3 Fix the Codearea, which wasn't pushing out JS links anymore. 2010-09-23 07:59:58 -07:00
Colin Kuskie
636bde7131 Fix another smart match/! binding problem 2010-09-22 12:04:19 -07:00
Colin Kuskie
5e2e9d3091 Fix a POD typo. 2010-09-21 14:23:47 -07:00
Colin Kuskie
726707dd2e There is no local check to see if Form headTags have been sent yet. 2010-09-21 14:23:46 -07:00
Colin Kuskie
3d79e59db2 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-21 14:23:30 -07:00
Colin Kuskie
3594bccb7c Convert Phone and DateTime to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
e02844d00c Convert Codearea, Slider and Zipcode to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
2c92273fae Convert Textarea over to headTags 2010-09-21 14:23:29 -07:00