Exemple #1
0
 public void pop() {
   // only when window pop, it will do Ajax call - to avoid call server when Popup initialize
   TagControllerAsync tagController = ControllerFactory.getTagController();
   tagController.getTagPages(spaceUname, tagname, POPUP_TAG_PAGE_COUNT, this);
   super.pop();
 }