var __aspxLabelValueSuffix="_V";ASPxClientStaticEdit=_aspxCreateClass(ASPxClientEditBase,{constructor:function(name){this.constructor.prototype.constructor.call(this,name);this.Click=new ASPxClientEvent();},OnClick:function(htmlEvent){if(_aspxIsExists(this.RaiseClick))this.RaiseClick(this.GetMainElement(),htmlEvent);}});ASPxClientHyperLink=_aspxCreateClass(ASPxClientStaticEdit,{constructor:function(name){this.constructor.prototype.constructor.call(this,name);}});ASPxClientImage=_aspxCreateClass(ASPxClientStaticEdit,{constructor:function(name){this.constructor.prototype.constructor.call(this,name);this.isEmpty=false;},GetValue:function(){if(this.isEmpty)return "";var element=this.GetMainElement();if(_aspxIsExistsElement(element))return element.src;return "";},SetValue:function(value){if(value==null)value="";this.isEmpty=value=="";var element=this.GetMainElement();if(_aspxIsExistsElement(element))element.src=value;}});ASPxClientLabel=_aspxCreateClass(ASPxClientStaticEdit,{constructor:function(name){this.constructor.prototype.constructor.call(this,name);},GetValue:function(){var element=this.GetMainElement();if(_aspxIsExistsElement(element))return element.innerHTML;},SetValue:function(value){if(value==null)value="";var element=this.GetMainElement();if(_aspxIsExistsElement(element))element.innerHTML=value;}});function aspxSEClick(name,evt){var edit=aspxGetControlCollection().Get(name);if(edit!=null)edit.OnClick(evt);}