From 905fa6e6f164401a05d7e8be7cc7cc40efba3e38 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 4 Jan 2008 02:03:31 +0000 Subject: [PATCH] some notes about being careful with types... i know something there in httemplate/elements has different args in 1.7 vs 1.9 --- httemplate/edit/elements/edit.html | 11 +++++++++-- 1 file 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', -- 2.11.0