control-freak-ide/Control-Freak-Documentation/daux/admin-theme/bower_components/backgrid/api/output/Backgrid.EmptyRow.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

122 lines
5.2 KiB
JavaScript

Ext.data.JsonP.Backgrid_EmptyRow({
"tagname": "class",
"name": "Backgrid.EmptyRow",
"extends": "Backbone.View",
"mixins": [
],
"alternateClassNames": [
],
"aliases": {
},
"singleton": false,
"requires": [
],
"uses": [
],
"enum": null,
"override": null,
"inheritable": null,
"inheritdoc": null,
"meta": {
},
"private": null,
"id": "class-Backgrid.EmptyRow",
"members": {
"cfg": [
],
"property": [
{
"name": "emptyText",
"tagname": "property",
"owner": "Backgrid.EmptyRow",
"meta": {
},
"id": "property-emptyText"
},
{
"name": "tagName",
"tagname": "property",
"owner": "Backgrid.EmptyRow",
"meta": {
},
"id": "property-tagName"
}
],
"method": [
{
"name": "initialize",
"tagname": "method",
"owner": "Backgrid.EmptyRow",
"meta": {
},
"id": "method-initialize"
},
{
"name": "render",
"tagname": "method",
"owner": "Backgrid.EmptyRow",
"meta": {
"chainable": true
},
"id": "method-render"
}
],
"event": [
],
"css_var": [
],
"css_mixin": [
]
},
"linenr": 117,
"files": [
{
"filename": "row.js",
"href": null
}
],
"html_meta": {
},
"statics": {
"cfg": [
],
"property": [
],
"method": [
],
"event": [
],
"css_var": [
],
"css_mixin": [
]
},
"component": false,
"superclasses": [
"Backbone.View"
],
"subclasses": [
],
"mixedInto": [
],
"parentMixins": [
],
"html": "<div><pre class=\"hierarchy\"><h4>Hierarchy</h4><div class='subclass first-child'>Backbone.View<div class='subclass '><strong>Backgrid.EmptyRow</strong></div></div></pre><div class='doc-contents'><p>EmptyRow is a simple container view that takes a list of column and render a\nrow with a single column.</p>\n</div><div class='members'><div class='members-section'><div class='definedBy'>Defined By</div><h3 class='members-title icon-property'>Properties</h3><div class='subsection'><div id='property-emptyText' class='member first-child not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.EmptyRow'>Backgrid.EmptyRow</span><br/></div><a href='#!/api/Backgrid.EmptyRow-property-emptyText' class='name not-expandable'>emptyText</a><span> : string|function(): string</span></div><div class='description'><div class='short'>\n</div><div class='long'>\n</div></div></div><div id='property-tagName' class='member not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.EmptyRow'>Backgrid.EmptyRow</span><br/></div><a href='#!/api/Backgrid.EmptyRow-property-tagName' class='name expandable'>tagName</a><span> : String</span></div><div class='description'><div class='short'> ...</div><div class='long'>\n<p>Defaults to: <code>&quot;tr&quot;</code></p></div></div></div></div></div><div class='members-section'><div class='definedBy'>Defined By</div><h3 class='members-title icon-method'>Methods</h3><div class='subsection'><div id='method-initialize' class='member first-child not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.EmptyRow'>Backgrid.EmptyRow</span><br/></div><a href='#!/api/Backgrid.EmptyRow-method-initialize' class='name expandable'>initialize</a>( <span class='pre'>options</span> )</div><div class='description'><div class='short'>Initializer. ...</div><div class='long'><p>Initializer.</p>\n<h3 class=\"pa\">Parameters</h3><ul><li><span class='pre'>options</span> : Object<div class='sub-desc'>\n<ul><li><span class='pre'>emptyText</span> : string|function(): string<div class='sub-desc'></div></li><li><span class='pre'>columns</span> : Backbone.Collection.&lt;<a href=\"#!/api/Backgrid.Column\" rel=\"Backgrid.Column\" class=\"docClass\">Backgrid.Column</a>&gt;|Array.&lt;<a href=\"#!/api/Backgrid.Column\" rel=\"Backgrid.Column\" class=\"docClass\">Backgrid.Column</a>&gt;|Array.&lt;Object&gt;<div class='sub-desc'><p>Column metadata.</p>\n</div></li></ul></div></li></ul></div></div></div><div id='method-render' class='member not-inherited'><a href='#' class='side expandable'><span>&nbsp;</span></a><div class='title'><div class='meta'><span class='defined-in' rel='Backgrid.EmptyRow'>Backgrid.EmptyRow</span><br/></div><a href='#!/api/Backgrid.EmptyRow-method-render' class='name expandable'>render</a>( <span class='pre'></span> ) : <a href=\"#!/api/Backgrid.EmptyRow\" rel=\"Backgrid.EmptyRow\" class=\"docClass\">Backgrid.EmptyRow</a><strong class='chainable signature' >chainable</strong></div><div class='description'><div class='short'>Renders an empty row. ...</div><div class='long'><p>Renders an empty row.</p>\n<h3 class='pa'>Returns</h3><ul><li><span class='pre'><a href=\"#!/api/Backgrid.EmptyRow\" rel=\"Backgrid.EmptyRow\" class=\"docClass\">Backgrid.EmptyRow</a></span><div class='sub-desc'><p>this</p>\n</div></li></ul></div></div></div></div></div></div></div>"
});