Type.registerNamespace("Telerik.Web.UI");
Telerik.Web.UI.RadTicker=function(_1){
Telerik.Web.UI.RadTicker.initializeBase(this,[_1]);
this._autoStart=false;
this._autoAdvance=true;
this._loop=false;
this._atckSpeed=20;
this._lineDuration=2000;
this._cssClass=null;
};
Telerik.Web.UI.RadTicker.prototype={initialize:function(){
Telerik.Web.UI.RadTicker.callBaseMethod(this,"initialize");
},dispose:function(){
Telerik.Web.UI.RadTicker.callBaseMethod(this,"dispose");
},attachEvent:function(_2,_3,_4){
},detachEvent:function(_5,_6,_7){
},start:function(){
},startTicker:function(){
},tickNextLine:function(){
},tickLine:function(_8){
},resetTicker:function(){
},trimString:function(_9){
},tickOne:function(_a){
},clearTimeouts:function(_b){
},onLineEnd:function(_c){
this.raiseEvent("lineEnd",new Sys.EventArgs());
},onTickerEnd:function(){
this.raiseEvent("tickerEnd ",new Sys.EventArgs());
},get_autoStart:function(){
return this._autoStart;
},set_autoStart:function(_d){
this._autoStart=_d;
},get_autoAdvance:function(){
return this._autoAdvance;
},set_autoAdvance:function(_e){
this._autoAdvance=_e;
},get_loop:function(){
return this._loop;
},set_loop:function(_f){
this._loop=_f;
},get_tickSpeed:function(){
return this._tickSpeed;
},set_tickSpeed:function(_10){
this._tickSpeed=_10;
},get_lineDuration:function(){
return this._lineDuration;
},set_lineDuration:function(_11){
this._lineDuration=_11;
},get_cssClass:function(){
return this._cssClass;
},set_cssClass:function(_12){
this._cssClass=_12;
},add_lineEnd:function(_13){
this.get_events().addHandler("lineEnd",_13);
},remove_lineEnd:function(_14){
this.get_events().removeHandler("lineEnd",_14);
},add_tickerEnd:function(_15){
this.get_events().addHandler("tickerEnd",_15);
},remove_tickerEnd:function(_16){
this.get_events().removeHandler("tickerEnd",_16);
}};
Telerik.Web.UI.RadTicker.registerClass("Telerik.Web.UI.RadTicker",Telerik.Web.UI.RadWebControl);

