Advertisement
Guest User

Untitled

a guest
Mar 18th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. nc = new NavigatorContent();
  2. nc.label = CheckBox(publisherCheckBoxes[i]).id;
  3. nc.id = CheckBox(publisherCheckBoxes[i]).id+"_tab";
  4. nc.width = xmlEditors.width;
  5. nc.height = xmlEditors.height;
  6. addForm(nc, CheckBox(publisherCheckBoxes[i]).id); //fills the NavigatorContent with contents
  7. xmlEditors.addElement(nc); //xmlEditors is a TabNavigator with fixed height and width
  8.  
  9. renderedPublisherTabs.push(CheckBox(publisherCheckBoxes[i]).id);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement