diff options
author | ivan <ivan> | 2008-01-04 02:03:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-04 02:03:31 +0000 |
commit | 905fa6e6f164401a05d7e8be7cc7cc40efba3e38 (patch) | |
tree | 07b2a993ca9f5c465ff4b10797724024f021e59c /httemplate | |
parent | 1cc14189b67b7057002d7ff5054ea67aec5b4de3 (diff) |
some notes about being careful with types... i know something there in httemplate/elements has different args in 1.7 vs 1.9
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/elements/edit.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 6a74544bd..753835deb 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -17,16 +17,23 @@ Example: 'columname', { 'field' => 'another_columname', 'type' => 'text', #text + #password #money #percentage #checkbox #select - #selectlayers (can't use after a tablebreak-tr-title yet... grep "OneTrueTable") - #title + #selectlayers * (can't use after a tablebreak-tr-title yet... grep "OneTrueTable") + #title * #tablebreak-tr-title #hidden - hidden value from object #fixed - display fixed value from object or here #fixedhidden - hidden value from here + #fixed-country + #fixed-state + # + # * these (and anything else not listed) + # are untested in 1.7... diff the + # include in elements/ before using 'value' => 'Y', #for checkbox, title, fixed, fixedhidden 'disabled' => 0, 'onchange' => 'javascript_function', |