EmptyView
EmptyView ⇐ View
Kind: global class
Extends: View
- EmptyView ⇐
View
new EmptyView([classList], [el], [tag], [tagNamespace], [css], [attr])
| Param | Type |
|---|---|
| [classList] | Array.<string> |
| [el] | Element |
| [tag] | string |
| [tagNamespace] | string |
| [css] | Object.<string> |
| [attr] | Object.<string> |
EmptyView.absolute([classList], [css], [attr], [el], [tag]) ⇒ EmptyView
Kind: static method of EmptyView
| Param | Type |
|---|---|
| [classList] | Array.<string> |
| [css] | Object.<string> |
| [attr] | Object |
| [el] | Element |
| [tag] | string |
EmptyView.group(elements, options) ⇒ EmptyView
Kind: static method of EmptyView
| Param | Type |
|---|---|
| elements | Array.<View> |
| options | Object |