UNPKG

jsharmony-tutorials

Version:
19 lines 619 B
{ "FieldLOV_Popup_PopupIconStyle":{ "table":"cust", "layout":"form", "onecolumn":true, "caption": "Basic Popup LOV - Form", "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", "popupiconstyle":"display:inline-block; border:4px dashed red;" } } ] } }