Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 95538

Re: How do I hide a list of items that are not selected (check boxes)?

$
0
0

Hello,

I tried this script on the check boxes that I wanted the action to apply; keeping in mind your suggestion for the prePrint event

 

if (this.rawValue == "0") {

  this.resolveNode("$").presence = "hidden";

}

 

And for the postPrint

 

if (this.rawValue == "0") {

  this.resolveNode("$").presence = "visible";

}

 

Thanks a lot for your suggestion and idea.


Viewing all articles
Browse latest Browse all 95538

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>