Пример #1
0
 protected void RegisterMonitoredChanges()
 {
     PubEntAdminManager.MonitorChanges(this.Page, this.rdbtnListCopyRightMaterial);
     PubEntAdminManager.MonitorChanges(this.Page, this.CkboxListNewUpdated);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtExpDate);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtTotalPage);
     PubEntAdminManager.MonitorChanges(this.Page, this.listCancerType);
     PubEntAdminManager.MonitorChanges(this.Page, this.listAudience);
     PubEntAdminManager.MonitorChanges(this.Page, this.listLang);
     PubEntAdminManager.MonitorChanges(this.Page, this.listProdFormat);
     //NCIPL_CC PubEntAdminManager.MonitorChanges(this.Page, this.listSeries);
     PubEntAdminManager.MonitorChanges(this.Page, this.listRace);
     PubEntAdminManager.MonitorChanges(this.Page, this.listReadingLevel);
     PubEntAdminManager.MonitorChanges(this.Page, this.listAward);
 }
Пример #2
0
 protected void RegisterMonitoredChanges()
 {
     PubEntAdminManager.MonitorChanges(this.Page, this.txtCPJNum);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtShortTitle);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtLongTitle);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtFS);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtSpanishAccentLongTitle);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtSpanishNoAccentLongTitle);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtURL);
     PubEntAdminManager.MonitorChanges(this.Page, this.txtNerdoURL);
     if (this.txtWeight.Visible && this.txtMaxQtyTile.Visible)
     {
         PubEntAdminManager.MonitorChanges(this.Page, this.txtWeight);
         PubEntAdminManager.MonitorChanges(this.Page, this.txtMaxQtyTile);
     }
 }
Пример #3
0
 protected void RegisterMonitoredChanges()
 {
     PubEntAdminManager.MonitorChanges(this.Page, this.txtComment);
 }