Sha256: 085cf6ddbaef969f454f530983da4661bdff7c1290dbac5f3d1a3063d923c528

Contents?: true

Size: 625 Bytes

Versions: 4

Compression:

Stored size: 625 Bytes

Contents

//>>built
define("dojox/mobile/RoundRectCategory",["dojo/_base/declare","dojo/_base/window","dojo/dom-construct","dijit/_Contained","dijit/_WidgetBase"],function(_1,_2,_3,_4,_5){
return _1("dojox.mobile.RoundRectCategory",[_5,_4],{label:"",tag:"h2",baseClass:"mblRoundRectCategory",buildRendering:function(){
var _6=this.domNode=this.containerNode=this.srcNodeRef||_3.create(this.tag);
this.inherited(arguments);
if(!this.label&&_6.childNodes.length===1&&_6.firstChild.nodeType===3){
this.label=_6.firstChild.nodeValue;
}
},_setLabelAttr:function(_7){
this.label=_7;
this.domNode.innerHTML=this._cv?this._cv(_7):_7;
}});
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/javascripts/dojox/mobile/RoundRectCategory.js
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/RoundRectCategory.js
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/RoundRectCategory.js
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/RoundRectCategory.js