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": "

Hierarchy

Backbone.View
Backgrid.EmptyRow

EmptyRow is a simple container view that takes a list of column and render a\nrow with a single column.

\n
Defined By

Properties

Backgrid.EmptyRow
emptyText : string|function(): string
\n
\n
Backgrid.EmptyRow
: String
...
\n

Defaults to: "tr"

Defined By

Methods

Backgrid.EmptyRow
( options )
Initializer. ...

Initializer.

\n

Parameters

  • options : Object
    \n
Backgrid.EmptyRow
( ) : Backgrid.EmptyRowchainable
Renders an empty row. ...

Renders an empty row.

\n

Returns

" });