-
…integer_list became db_get_List_Int
-
[+] add upload and download action
-
[+] get hidden to add in form as value. if there is web arg with name starting with "hidden_", the name after "hidden_" will be add as hidden value in form. This allow to add necessaries values which are not especially exposed as editable but mandatory in database record. For example if there is database record editable by user and that user is not allowed to change or set some important information reserved to company's staff.
-
…ser is only allowed to select entry in selector
-
- update_with_clause (make conditional update) - get_all_to_json (extract only fields by given extractors from the table cursor result to a list of JSON value)
-
- select_fields (all columns name of the datatable separated with coma) - make_json_extractor
-
add init_value in ajax combo init
-
add helper for column, column_label, label and table
-
try to debug color edit !! (seems to work with dialog but not in jqgrid)
-
When search field has that name "__HK_SHOW_STRING__" this is means, we want ajax combo only show the Show_String instead of other search fields
-
Now phone_field has attribute for describing the phone number type like (cellphone, landline, fax, etc)
-
add mobile_field and url_field