X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-table.html;h=0b04fee6e99e8016a5cd540abe53cb1932bb86d4;hb=7516e3da0f17eeecba27219ef96a8b5f46af2083;hp=3e25c9f4952fe51c90f5927d62db7c8a53b4460f;hpb=4cacb3fa439b56fc7c9a742b69ec3f6ffd660433;p=freeside.git diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html index 3e25c9f49..0b04fee6e 100644 --- a/httemplate/elements/select-table.html +++ b/httemplate/elements/select-table.html @@ -8,7 +8,7 @@ Example: # required ## 'table' => 'table_name', - 'name_col' => 'name_column', + 'name_col' => 'name_column', #or method if you pass an order_by #strongly recommended (you want your forms to be "sticky" on errors, right?) 'curr_value' => 'current_value', @@ -29,11 +29,15 @@ Example: #or 'records' => \@records, #instead of search params + #instead of the primary key... only for special cases + 'value_col' => 'columnname', + #basic params controlling the resulting