SAC scripting for Comment Widget

SAC scripting for Comment Widget

Pause comment widget

CommentWidget_32.setVisible(false);
Application.showBusyIndicator("Loading data...");

// do your code here...

CommentWidget_32.setVisible(true);
Application.hideBusyIndicator();

एक टिप्पणी भेजें

0 टिप्पणियाँ