Thursday 21 March 2013

Adobe- Script to disable the columns from the table

//formcalc
if
( data.page1.printoptions.PRINT_UPGRADE == null )
thendata.page1.CTI.CN_ITEMS.overflowLeader.upgrade.presence = "hidden"endifif ( data.page1.printoptions.PRICE == null )thendata.page1.CTI.CN_ITEMS.overflowLeader.netprice.presence = "hidden"endif

//To hide the elements
this.presence = "hidden"

----- data.page1.CTI_Added::initialize: - (FormCalc, client) ---------------------------------------if ( data.page1.printoptions.BUILDER_OPTION == "3" or data.page1.printoptions.REVISION == null )thenthis.presence = "hidden"endif

No comments:

Post a Comment