Пример #1
0
 protected void RegisterCharCountDown()
 {
     PubEntAdminManager.RegisterCharCountDown(this.txtShortTitle, this.txtShortTitle.MaxLength);
     PubEntAdminManager.RegisterCharCountDown(this.txtLongTitle, this.txtLongTitle.MaxLength);
     PubEntAdminManager.RegisterCharCountDown(this.txtSpanishAccentLongTitle, this.txtSpanishAccentLongTitle.MaxLength);
     PubEntAdminManager.RegisterCharCountDown(this.txtSpanishNoAccentLongTitle, this.txtSpanishNoAccentLongTitle.MaxLength);
 }