UNPKG

jsharmony-tutorials

Version:
13 lines 533 B
{ "FieldLOV_Popup_BaseReadonly":{ "table":"cust", "layout":"form", "onecolumn":true, "caption": "Basic Popup LOV - popuplov.base_readonly", "fields": [ {"name": "cust_id", "caption": "Customer ID", "control": "label"}, {"name": "cust_name", "caption": "Customer Name", "control": "textbox"}, {"name": "cust_parent_id", "caption": "Parent Customer ID", "control": "textbox","popuplov":{ "target":"FieldLOV_Popup_Cust_LOV", "code_val":"cust_id", "base_readonly": true }} ] } }