Added ZK_INFO_MOBILE_AUTO_HIDE_EMPTY_COLUMNS , default to Y to enable auto hiding of empty info window columns.
Added ZK_INFO_MOBILE_AUTO_COLLAPSED_PARAMETER_PANEL, default to Y to enable auto hiding of info window parameter pane after execution of query.
AD Window for mobile device:
Grid view - added ZK_GRID_MOBILE_AUTO_HIDE_EMPTY_COLUMNS, default to Y to enable auto hiding of empty grid view columns.
Detail pane form view - added swipe left and right support for record navigation.
Do not auto focus to field to avoid frequent popup of virtual keyboard. This have been addressed before but the previous work is insufficient.
Form view: implemented single column, label above input layout for small width mobile devices. This is control by the ZK_FIELD_MOBILE_LABEL_ABOVE_INPUT AD_SysConfig key (default N) for mobile device and ZK_FIELD_MOBILE_SMALL_WIDTH_LABEL_ABOVE_INPUT (default Y) for small width (width < 500px) mobile device.
For completeness, the label above input layout have been implemented for non-mobile form view too. This is control by the ZK_FIELD_LABEL_ABOVE_INPUT AD_SysConfig key and default to N.
Increase height of collapsible group, current height is too narrow for touch operation.
Record info dialog for mobile device:
Default to Time Line view
Do not show created by and updated by text
Login:
Implemented single column, label above input layout for small width mobile devices. This is control by the ZK_FIELD_MOBILE_SMALL_WIDTH_LABEL_ABOVE_INPUT (default Y) for small width (width < 500px) mobile device.
Info window for mobile device:
Added ZK_INFO_MOBILE_AUTO_HIDE_EMPTY_COLUMNS , default to Y to enable auto hiding of empty info window columns.
Added ZK_INFO_MOBILE_AUTO_COLLAPSED_PARAMETER_PANEL, default to Y to enable auto hiding of info window parameter pane after execution of query.
AD Window for mobile device:
Grid view - added ZK_GRID_MOBILE_AUTO_HIDE_EMPTY_COLUMNS, default to Y to enable auto hiding of empty grid view columns.
Detail pane form view - added swipe left and right support for record navigation.
Do not auto focus to field to avoid frequent popup of virtual keyboard. This have been addressed before but the previous work is insufficient.
Form view: implemented single column, label above input layout for small width mobile devices. This is control by the ZK_FIELD_MOBILE_LABEL_ABOVE_INPUT AD_SysConfig key (default N) for mobile device and ZK_FIELD_MOBILE_SMALL_WIDTH_LABEL_ABOVE_INPUT (default Y) for small width (width < 500px) mobile device.
For completeness, the label above input layout have been implemented for non-mobile form view too. This is control by the ZK_FIELD_LABEL_ABOVE_INPUT AD_SysConfig key and default to N.
Increase height of collapsible group, current height is too narrow for touch operation.
Record info dialog for mobile device:
Default to Time Line view
Do not show created by and updated by text
Login:
Implemented single column, label above input layout for small width mobile devices. This is control by the ZK_FIELD_MOBILE_SMALL_WIDTH_LABEL_ABOVE_INPUT (default Y) for small width (width < 500px) mobile device.