|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Widget
|
+--Container
|
+--IconCaption
Defined in icon_caption.js
| Field Summary | |
var |
icon
|
var |
text
|
<static> var |
BUTTON
|
<static> var |
ITEM
|
| Fields inherited from class Container |
children
|
| Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
| Constructor Summary | |
IconCaption
(iconSrc, captionText)
|
|
| Methods inherited from class Container |
appendChild, clear, contains, insertAfter, insertAt, insertBefore, isEmpty, prependChild, removeChild, replaceChild, setLayout, setEnabled
|
| Field Detail |
var icon
var text
<static> var BUTTON
<static> var ITEM
| Constructor Detail |
function IconCaption(iconSrc, captionText)
scrolling - (Optional) - a boolean to indicate whether or not the container should grow scrollbars or clip its content when the content is too big. Defaults to false, which implies clipping.
tagName - (Optional) - a string to use as the tag-name for the container's HTML node. Defaults to 'div'.
layout - (Optional) - a layout manager to use. Defaults to a do-nothing layout manager that leaves all widgets in an implementation-defined location.
|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||