-
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
-
…you need and provide the type get_all function
-
some cleanup in view_table_renderer. replace form_id name from table_name to dialog_id + suffix "_form". This allow to have multiple form with the same table.
-
make uid more safe by adding _ as prefix. Sometime that uid is use as function name. This prevent that uid start with number which not allowed for function name fix ajax combo bug by initialize each with different uid add resolve_fk parameter in get_one_json and get_rows_json. that allows to retrieve the value of foreign instead of id
-
remove writer_list and move the writer into hk_controller call_back collection
-
implement, insert or update, and update to CSV import make clickable the text on Apps view Fix bug on list view with filter which was not applied at first draw add reference to foreign table in foreign_text of HK_Form_Entry
-
start to implement the combo search, still not finished
-
add order_by parameter in get_all_XXX_by_clause
-
Jqrid now show 30 lines as default and the editing can be made by double click on the line
-
Add argument HK_Referer in get_rows_json rename web action view_table in list_view
-
begin to manage the referer
-
…at the dialog filter the selector with that referer