+ WidgetStack.ATTRS
+ -
+
+
+ WidgetStack.ATTRS
+ - static Object
+
+
+
+
+
+
+
+
+ Static property used to define the default attribute
+configuration introduced by WidgetStack.
+
+ +
+ WidgetStack.HTML_PARSER
+ -
+
+
+ WidgetStack.HTML_PARSER
+ - static Object
+
+
+
+
+
+
+
+
+ The HTML parsing rules for the WidgetStack class.
+
+ +
+ WidgetStack.SHIM_CLASS_NAME
+ -
+
+
+ WidgetStack.SHIM_CLASS_NAME
+ - static String
+
+
+
+
+
+
+ Default class used to mark the shim element
+
+
+ Default Value: "yui-widget-shim"
+
+
+
+ +
+ WidgetStack.SHIM_TEMPLATE
+ -
+
+
+ WidgetStack.SHIM_TEMPLATE
+ - static String
+
+
+
+
+
+
+
+
+ Default markup template used to generate the shim element.
+
+ +
+ WidgetStack.STACKED_CLASS_NAME
+ -
+
+
+ WidgetStack.STACKED_CLASS_NAME
+ - static String
+
+
+
+
+
+
+ Default class used to mark the boundingBox of a stacked widget.
+
+
+ Default Value: "yui-widget-stacked"
+
+
+
+ +