Commit graph

512 commits

Author SHA1 Message Date
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
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
Colin Kuskie
3b485ed086 Convert Username over to using headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
0b08031bd7 Covert File, CheckList over to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
62c68c8703 Convert Color to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
f11f39e3bb Fix typo in Form/Keywords. 2010-09-21 14:23:29 -07:00
Colin Kuskie
7d3cd42c27 Convert Keywords over to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
f88ac6f2b7 Convert Float to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
57c06240e3 Convert DataForm to using headTags. 2010-09-21 14:23:29 -07:00
Colin Kuskie
46fc168e11 Convert Date plugin to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
bd55fb0e58 Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags. 2010-09-21 14:23:29 -07:00
Colin Kuskie
a00905520e Convert Hexadecimal to headTags 2010-09-21 14:23:28 -07:00
Colin Kuskie
4e17921eee Convert TimeField over to use headTags 2010-09-21 14:23:28 -07:00
Colin Kuskie
fd7fe89f35 Convert Text, Url, JsonTable and AssetReportQuery to use headTags. 2010-09-21 14:23:28 -07:00
Colin Kuskie
397d0db245 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-21 14:23:28 -07:00
Graham Knop
ed04b99872 remove WebGUI::Utility 2010-09-07 13:18:49 -05:00
Graham Knop
0adbb519f0 remove WebGUI::Utility::sortHash 2010-09-07 12:44:11 -05:00
Graham Knop
6aa26c2e44 remove WebGUI::Utility::isIn 2010-09-07 12:33:15 -05:00
Colin Kuskie
e58c4f7d78 Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777 2010-08-25 11:44:00 -07:00