-
add "time" alternative to VT_edit_entry change datetime input width
-
…alexium_lib into release/ANUBIS_1_14 Conflicts: database/vtm/view_table_renderer.anubis
-
…ock icon depending on the picker type next to the date input
-
In the editor, the name of the submit button is set according to edit data (new = "CREATE" button or edit = "UPDATE" button)
-
move the version of the database into inifile
-
TODO - move vtm into Hayamiki project as a view part
-
…e name of the table is prefixed by the application name. Hence short_name is the memory of original table name
-
rename the db_display into hk_display
-
add HK_App_Name which use to designate the app in foreign_key
-
add view_name in VTM_view add management of icon in VT_view_entry
-
add some icon add to_Icon for bool value which become red cross for false and green check for true
-
…piler to find the correct type enclose the column name with " in case of the column is reserved keyword
-
…web arg. useful during editing with mandatory fields
-
- foreign_text - text_area - boolean - integer - date
-
- boolean_field - date_field - time_field - integer_field - char_field - text_field
-
fix help_text argument in information and text
-
add help text for VT_edit_entry : information and text
-
…te3 for the moment). This generate automatically the web content for viewing data in table, editing and writing into database.
-
Those functions return Maybe(DB_XXXX) according to their type. This is useful when we parsing web_arg and the argument doesn't exist. For type constructor we need all component to be able to construct it. Hence these functions assume the role of getting argument value with dummy value. Generally the missing argument are optional or autonomous value (generated) during the insert or update like created_datetime or updated_datetime. + add now which return DB_datetime