backgrid-select-all
Version:
Backgrid.js extension for multiple selections.
271 lines (267 loc) • 7.04 kB
JavaScript
Docs = {
"data": {
"classes": [
{
"name": "Backgrid.Extension.SelectRowCell",
"extends": "Backbone.View",
"private": null,
"icon": "icon-class"
},
{
"name": "Backgrid.Extension.SelectAllHeaderCell",
"extends": "Backgrid.Extension.SelectRowCell",
"private": null,
"icon": "icon-class"
},
{
"name": "Backgrid.Grid",
"extends": null,
"private": null,
"icon": "icon-class"
}
],
"guides": [
],
"videos": [
],
"examples": [
],
"search": [
{
"name": "Extension.SelectRowCell",
"fullName": "Backgrid.Extension.SelectRowCell",
"icon": "icon-class",
"url": "#!/api/Backgrid.Extension.SelectRowCell",
"meta": {
},
"sort": 1
},
{
"name": "className",
"fullName": "Backgrid.Extension.SelectRowCell.className",
"icon": "icon-property",
"url": "#!/api/Backgrid.Extension.SelectRowCell-property-className",
"meta": {
},
"sort": 3
},
{
"name": "tagName",
"fullName": "Backgrid.Extension.SelectRowCell.tagName",
"icon": "icon-property",
"url": "#!/api/Backgrid.Extension.SelectRowCell-property-tagName",
"meta": {
},
"sort": 3
},
{
"name": "events",
"fullName": "Backgrid.Extension.SelectRowCell.events",
"icon": "icon-property",
"url": "#!/api/Backgrid.Extension.SelectRowCell-property-events",
"meta": {
},
"sort": 3
},
{
"name": "initialize",
"fullName": "Backgrid.Extension.SelectRowCell.initialize",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-initialize",
"meta": {
},
"sort": 3
},
{
"name": "enterEditMode",
"fullName": "Backgrid.Extension.SelectRowCell.enterEditMode",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-enterEditMode",
"meta": {
},
"sort": 3
},
{
"name": "exitEditMode",
"fullName": "Backgrid.Extension.SelectRowCell.exitEditMode",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-exitEditMode",
"meta": {
},
"sort": 3
},
{
"name": "onKeydown",
"fullName": "Backgrid.Extension.SelectRowCell.onKeydown",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-onKeydown",
"meta": {
},
"sort": 3
},
{
"name": "onChange",
"fullName": "Backgrid.Extension.SelectRowCell.onChange",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-onChange",
"meta": {
},
"sort": 3
},
{
"name": "render",
"fullName": "Backgrid.Extension.SelectRowCell.render",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectRowCell-method-render",
"meta": {
"chainable": true
},
"sort": 3
},
{
"name": "Extension.SelectAllHeaderCell",
"fullName": "Backgrid.Extension.SelectAllHeaderCell",
"icon": "icon-class",
"url": "#!/api/Backgrid.Extension.SelectAllHeaderCell",
"meta": {
},
"sort": 1
},
{
"name": "className",
"fullName": "Backgrid.Extension.SelectAllHeaderCell.className",
"icon": "icon-property",
"url": "#!/api/Backgrid.Extension.SelectAllHeaderCell-property-className",
"meta": {
},
"sort": 3
},
{
"name": "tagName",
"fullName": "Backgrid.Extension.SelectAllHeaderCell.tagName",
"icon": "icon-property",
"url": "#!/api/Backgrid.Extension.SelectAllHeaderCell-property-tagName",
"meta": {
},
"sort": 3
},
{
"name": "initialize",
"fullName": "Backgrid.Extension.SelectAllHeaderCell.initialize",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectAllHeaderCell-method-initialize",
"meta": {
},
"sort": 3
},
{
"name": "onChange",
"fullName": "Backgrid.Extension.SelectAllHeaderCell.onChange",
"icon": "icon-method",
"url": "#!/api/Backgrid.Extension.SelectAllHeaderCell-method-onChange",
"meta": {
},
"sort": 3
},
{
"name": "Grid",
"fullName": "Backgrid.Grid",
"icon": "icon-class",
"url": "#!/api/Backgrid.Grid",
"meta": {
},
"sort": 1
},
{
"name": "getSelectedModels",
"fullName": "Backgrid.Grid.getSelectedModels",
"icon": "icon-method",
"url": "#!/api/Backgrid.Grid-method-getSelectedModels",
"meta": {
},
"sort": 3
},
{
"name": "clearSelectedModels",
"fullName": "Backgrid.Grid.clearSelectedModels",
"icon": "icon-method",
"url": "#!/api/Backgrid.Grid-method-clearSelectedModels",
"meta": {
},
"sort": 3
}
],
"guideSearch": {
},
"tests": false,
"signatures": [
{
"long": "abstract",
"short": "ABS",
"key": "abstract"
},
{
"long": "chainable",
"short": ">",
"key": "chainable"
},
{
"long": "deprecated",
"short": "DEP",
"key": "deprecated"
},
{
"long": "★",
"short": "★",
"key": "new"
},
{
"long": "preventable",
"short": "PREV",
"key": "preventable"
},
{
"long": "private",
"short": "PRI",
"key": "private"
},
{
"long": "protected",
"short": "PRO",
"key": "protected"
},
{
"long": "readonly",
"short": "R O",
"key": "readonly"
},
{
"long": "removed",
"short": "REM",
"key": "removed"
},
{
"long": "required",
"short": "REQ",
"key": "required"
},
{
"long": "static",
"short": "STA",
"key": "static"
},
{
"long": "template",
"short": "TMP",
"key": "template"
}
],
"localStorageDb": "docs",
"showPrintButton": false,
"touchExamplesUi": false,
"source": false,
"commentsUrl": null,
"commentsDomain": null,
"message": ""
}
};