Component.UIBase.Box
Box extension class. Represent a dom element.
defined in: box.js
Class
Attributes
- content {String|NodeList} component's html content.
- el {NodeList} readonly.
- elAttrs {Object} name-value pair attribute of component's root element
- elBefore {NodeList} archor element where component insert before
- elCls {String} css class of component's root element
- elStyle {Object} name-value pair css style of component's root element
- height {Number|String} component's height
- render {NodeList} archor element where component append to
- srcNode {NodeList} the node to parse for configuration values,passed to component's HTML_PARSER definition
- visible {Boolean} whether this component is visible
- visibleMode {String} component's visibleMode,use css "display" or "visibility" to show this component
- width {Number|String} component's width
Attributes Detail
-
content {String|NodeList} component's html content. Note: content and srcNode can not be set both!
-
el {NodeList} readonly. root element of current component
-
elAttrs {Object} name-value pair attribute of component's root element
-
elBefore {NodeList} archor element where component insert before
-
elCls {String} css class of component's root element
-
elStyle {Object} name-value pair css style of component's root element
-
height {Number|String} component's height
-
render {NodeList} archor element where component append to
-
srcNode {NodeList} the node to parse for configuration values,passed to component's HTML_PARSER definition
-
visible {Boolean} whether this component is visible
-
visibleMode {String} component's visibleMode,use css "display" or "visibility" to show this component
-
width {Number|String} component's width
Methods Detail
-
hide () view sourcehide component
-
show () view sourceshow component
Classes
- Anim
- Anim.Easing
- Attribute
- Base
- Button
- ComboBox
- ComboBox.LocalDataSource
- ComboBox.RemoteDataSource
- Component
- Component.Container
- Component.Controller
- Component.Manager
- Component.Render
- Component.UIBase
- Component.UIBase.Align
- Component.UIBase.Box
- Component.UIBase.Close
- Component.UIBase.Constrain
- Component.UIBase.ContentBox
- Component.UIBase.Drag
- Component.UIBase.Loading
- Component.UIBase.Mask
- Component.UIBase.Position
- Component.UIBase.Resize
- Component.UIBase.StdMod
- Cookie
- DataLazyload
- DD
- DD.Constrain
- DD.DDM
- DD.Draggable
- DD.DraggableDelegate
- DD.Droppable
- DD.DroppableDelegate
- DD.Proxy
- DD.Scroll
- DOM
- Editor
- Editor.Range
- Editor.Utils
- Editor.Walker
- Event
- Event.Object
- Event.Target
- IO
- IO.XhrObject
- KISSY
- KISSY.Defer
- KISSY.Loader
- KISSY.Loader.Module
- KISSY.Loader.Package
- KISSY.Promise
- Menu
- Menu.FilterMenu
- Menu.Item
- Menu.PopupMenu
- Menu.Separator
- MenuButton
- MenuButton.Option
- MenuButton.Select
- MVC
- MVC.Collection
- MVC.Model
- MVC.Router
- MVC.View
- NodeList
- Overlay
- Overlay.Dialog
- Overlay.Popup
- Resizable
- Tree
- Tree.CheckNode
- Tree.CheckTree
- Tree.Node
- Waterfall
- Waterfall.Loader