Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9071

Re: Drop-down component disable in Design Studio

$
0
0

pay atention that "getselectedtabindex" is a function, so you need "()" at the end, also indices are starting with 0 as Fazith has written, in "setEnabled" you missed a "d" at the end.


your code should be:


if (TABSTRIP_1.getSelectedTabIndex() == 1) {

    DROPDOWN_2.setEnabled (false);

}

 

works now?


Viewing all articles
Browse latest Browse all 9071

Trending Articles



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