tab_pages
Hi
I have multiple tabs with multiple tab pages using the same block.
I want to make one tab and associated multiple tab pages of that tab update/insert/delete false (not to disable but to make updatable false) based on a condition. If condition is true then updatable false else updatable true.
How can I accomplish this (I have so many items in each tab page so I cannot use a lengthy code of set_item_property(item_name, updataeble, false) for each item. Any small code recommendation please
Thanks.