cloud - How to visible or invisible tab in FormTab Page -


i create formtab page , in case need show or hide tab. tried pxuifieldattribute.setvisibility in rowselected event not work.

use visibleexp property on tab item

or use allowselect

your choice

updated: take ardiscountex using explore source code

public virtual boolean? showlistofitems {get {...};} 

aspx ar209500 form:

<px:pxcheckbox suppresslabel="true" id="chkshowlistofitems" runat="server" datafield="showlistofitems" ></px:pxcheckbox> 

tab item:

<px:pxtabitem text="items" bindingcontext="discountform" visibleexp="datacontrols[&quot;chkshowlistofitems&quot;].value == true"> 

Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -