From: ivan Date: Fri, 4 Jan 2008 02:03:31 +0000 (+0000) Subject: some notes about being careful with types... i know something there in httemplate... X-Git-Tag: freeside_1_7_3rc1~170 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=905fa6e6f164401a05d7e8be7cc7cc40efba3e38;p=freeside.git some notes about being careful with types... i know something there in httemplate/elements has different args in 1.7 vs 1.9 --- 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',