You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2009/07/16 21:14:56 UTC

svn commit: r794787 [33/34] - in /geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src: ./ animation/ cal/ charting/ charting/svg/ charting/vml/ collections/ crypto/ data/ data/core/ data/old/ data/old/format/ data/old/provider/ date/ debug/...

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,56 @@
+<table _="weird end tag formatting is to prevent whitespace from becoming &nbsp;" 
+	class="sliderMain" 
+	dojoAttachPoint="focusNode" 
+	dojoAttachEvent="onmousedown:_setFocus; onkey:_handleKeyEvents; onkeyup:_buttonReleased; onmouseup:_buttonReleased; onmousewheel:_mouseWheeled;"
+	tabindex="0" cols=3 cellpadding=0 cellspacing=0 style="">
+	<tr valign=middle align=center>
+		<td class="sliderComponent" colspan=3 dojoAttachPoint=topBorderNode style=""
+			><img class="sliderOutsetButton sliderButtonY"
+				dojoAttachPoint=topButtonNode 
+				dojoAttachEvent="onmousedown:_topButtonPressed; onmousemove:_discardEvent; ondblclick:_topButtonDoubleClicked;"
+				src="${this.topButtonSrc}" 
+				style="${this.buttonStyleY}"
+		></td>
+	</tr>
+	<tr valign=middle align=center>
+		<td class="sliderComponent" dojoAttachPoint=leftBorderNode style=""
+			><img class="sliderOutsetButton sliderButtonX"
+				dojoAttachPoint=leftButtonNode
+				dojoAttachEvent="onmousedown:_leftButtonPressed; onmousemove:_discardEvent; ondblclick:_leftButtonDoubleClicked;"
+				src="${this.leftButtonSrc}" 
+				style="${this.buttonStyleX}"
+		></td>
+		<td dojoAttachPoint=constrainingContainerNode 
+			class="sliderComponent sliderBackground"
+			style="${this.backgroundStyle}"
+			><img src="${this.handleSrc}" 
+				class=sliderHandle
+				dojoAttachPoint=sliderHandleNode
+				style="${this.handleStyle}"
+			><img src="${this.progressBackgroundSrc}"
+				class="sliderBackgroundSizeOnly sliderProgressBackground"
+				dojoAttachPoint=progressBackgroundNode
+				style="${this.backgroundSize}"
+			><img src="${this.backgroundSrc}" 
+				class=sliderBackgroundSizeOnly
+				dojoAttachPoint=sliderBackgroundNode
+				style="${this.backgroundSize}"
+		></td>
+		<td class="sliderComponent" dojoAttachPoint=rightBorderNode style=""
+			><img class="sliderOutsetButton sliderButtonX"
+				dojoAttachPoint=rightButtonNode
+				dojoAttachEvent="onmousedown:_rightButtonPressed; onmousemove:_discardEvent; ondblclick:_rightButtonDoubleClicked;"
+				src="${this.rightButtonSrc}" 
+				style="${this.buttonStyleX}"
+		></td>
+	</tr>
+	<tr valign=middle align=center>
+		<td class="sliderComponent" colspan=3 dojoAttachPoint=bottomBorderNode style=""
+			><img class="sliderOutsetButton sliderButtonY"
+				dojoAttachPoint=bottomButtonNode 
+				dojoAttachEvent="onmousedown:_bottomButtonPressed; onmousemove:_discardEvent; ondblclick:_bottomButtonDoubleClicked;"
+				src="${this.bottomButtonSrc}" 
+				style="${this.buttonStyleY}"
+		></td>
+	</tr>
+</table>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Slider.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,3 @@
+<div class="sliderMainHorizontal">
+    <div class="sliderHandleHorizontal" dojoAttachPoint="sliderHandle"></div>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderHorizontal.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,3 @@
+<div class="sliderMainVertical">
+    <div class="sliderHandleVertical" dojoAttachPoint="sliderHandle"></div>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SliderVertical.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,34 @@
+/* inline the table holding the <input> and buttons (method varies by browser) */
+.ie .dojoSpinner, .safari .dojoSpinner {
+	display: inline;
+}
+
+.moz .dojoSpinner {
+	display: -moz-inline-box;
+}
+
+.opera .dojoSpinner {
+	display: inline-table;
+}
+
+/* generic stuff for the table */
+.dojoSpinner td {
+	padding:0px;
+	margin:0px;
+	vertical-align: middle;
+}
+table.dojoSpinner {
+	border:0px;
+	border-spacing:0px;
+	line-height:0px;
+	padding:0px;
+	margin: 0px;
+	vertical-align: middle;
+}
+
+/* the buttons */
+.dojoSpinner img {
+	display: block;
+	border-width:0px 1px 1px 0px;
+	border-style:outset;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,25 @@
+<span _="weird end tag formatting is to prevent whitespace from becoming &nbsp;"
+	style='float:${this.htmlfloat};'
+	><table cellpadding=0 cellspacing=0 class="dojoSpinner">
+		<tr>
+			<td
+				><input
+					dojoAttachPoint='textbox' type='${this.type}'
+					dojoAttachEvent='onblur;onfocus;onkey:_handleKeyEvents;onKeyUp:_onSpinnerKeyUp;onresize:_resize'
+					id='${this.widgetId}' name='${this.name}' size='${this.size}' maxlength='${this.maxlength}'
+					value='${this.value}' class='${this.className}' autocomplete="off"
+			></td>
+			<td
+				><img dojoAttachPoint="upArrowNode"
+					dojoAttachEvent="onDblClick: _upArrowDoubleClicked;  onMouseDown: _upArrowPressed; onMouseUp: _arrowReleased; onMouseOut: _arrowReleased; onMouseMove: _discardEvent;"
+					src="${this.incrementSrc}" style="width: ${this.buttonSize.width}px; height: ${this.buttonSize.height}px;"
+				><img dojoAttachPoint="downArrowNode"
+					dojoAttachEvent="onDblClick: _downArrowDoubleClicked;  onMouseDown: _downArrowPressed; onMouseUp: _arrowReleased; onMouseOut: _arrowReleased; onMouseMove: _discardEvent;"
+					src="${this.decrementSrc}" style="width: ${this.buttonSize.width}px; height: ${this.buttonSize.height}px;"
+			></td>
+		</tr>
+	</table
+	><span dojoAttachPoint='invalidSpan' class='${this.invalidClass}'>${this.messages.invalidMessage}</span
+	><span dojoAttachPoint='missingSpan' class='${this.missingClass}'>${this.messages.missingMessage}</span
+	><span dojoAttachPoint='rangeSpan' class='${this.rangeClass}'>${this.messages.rangeMessage}</span
+></span>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Spinner.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,40 @@
+.dojoSplitContainer{
+	position: relative;
+	overflow: hidden;
+	display: block;
+}
+
+.dojoSplitPane{
+	position: absolute;
+}
+
+.dojoSplitContainerSizerH,
+.dojoSplitContainerSizerV {
+	font-size: 1px;
+	cursor: move;
+	cursor: w-resize;
+	background-color: ThreeDFace;
+	border: 1px solid;
+	border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
+	margin: 0;
+}
+
+.dojoSplitContainerSizerV {
+	cursor: n-resize;
+}
+
+.dojoSplitContainerVirtualSizerH,
+.dojoSplitContainerVirtualSizerV {
+	font-size: 1px;
+	cursor: move;
+	cursor: w-resize;
+	background-color: ThreeDShadow;
+	-moz-opacity: 0.5;
+	opacity: 0.5;
+	filter: Alpha(Opacity=50);
+	margin: 0;
+}
+
+.dojoSplitContainerVirtualSizerV {
+	cursor: n-resize;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/SplitContainer.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,163 @@
+.dojoTabContainer {
+	position : relative;
+}
+
+.dojoTabPaneWrapper {
+	border : 1px solid #6290d2;
+	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
+	display: block;
+	clear: both;
+	overflow: hidden;
+}
+
+.dojoTabLabels-top {
+	position : relative;
+	top : 0px;
+	left : 0px;
+	overflow : visible;
+	margin-bottom : -1px;
+	width : 100%;
+	z-index: 2;	/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
+}
+
+.dojoTabNoLayout.dojoTabLabels-top .dojoTab {
+	margin-bottom: -1px;
+	_margin-bottom: 0px; /* IE filter so top border lines up correctly */
+}
+
+.dojoTab {
+	position : relative;
+	float : left;
+	padding-left : 9px;
+	border-bottom : 1px solid #6290d2;
+	background : url(images/tab_left.gif) no-repeat left top;
+	cursor: pointer;
+	white-space: nowrap;
+	z-index: 3;
+}
+
+.dojoTab div {
+	display : block;
+	padding : 4px 15px 4px 6px;
+	background : url(images/tab_top_right.gif) no-repeat right top;
+	color : #333;
+	font-size : 90%;
+}
+
+.dojoTab .close {
+	display : inline-block;
+	height : 12px;
+	width : 12px;
+	padding : 0 12px 0 0;
+	margin : 0 -10px 0 10px;
+	cursor : default;
+	font-size: small;
+}
+
+.dojoTab .closeImage {
+	background : url(images/tab_close.gif) no-repeat right top;
+}
+
+.dojoTab .closeHover {
+	background-image : url(images/tab_close_h.gif);
+}
+
+.dojoTab.current {
+	padding-bottom : 1px;
+	border-bottom : 0;
+	background-position : 0 -150px;
+}
+
+.dojoTab.current div {
+	padding-bottom : 5px;
+	margin-bottom : -1px;
+	background-position : 100% -150px;
+}
+
+/* bottom tabs */
+
+.dojoTabLabels-bottom {
+	position : relative;
+	bottom : 0px;
+	left : 0px;
+	overflow : visible;
+	margin-top : -1px;
+	width : 100%;
+	z-index: 2;
+}
+
+.dojoTabNoLayout.dojoTabLabels-bottom {
+	position : relative;
+}
+
+.dojoTabLabels-bottom .dojoTab {
+	border-top :  1px solid #6290d2;
+	border-bottom : 0;
+	background : url(images/tab_bot_left.gif) no-repeat left bottom;
+}
+
+.dojoTabLabels-bottom .dojoTab div {
+	background : url(images/tab_bot_right.gif) no-repeat right bottom;
+}
+
+.dojoTabLabels-bottom .dojoTab.current {
+	border-top : 0;
+	background : url(images/tab_bot_left_curr.gif) no-repeat left bottom;
+}
+
+.dojoTabLabels-bottom .dojoTab.current div {
+	padding-top : 4px;
+	background : url(images/tab_bot_right_curr.gif) no-repeat right bottom;
+}
+
+/* right-h tabs */
+
+.dojoTabLabels-right-h {
+	overflow : visible;
+	margin-left : -1px;
+	z-index: 2;
+}
+
+.dojoTabLabels-right-h .dojoTab {
+	padding-left : 0;
+	border-left :  1px solid #6290d2;
+	border-bottom : 0;
+	background : url(images/tab_bot_right.gif) no-repeat right bottom;
+	float : none;
+}
+
+.dojoTabLabels-right-h .dojoTab div {
+	padding : 4px 15px 4px 15px;
+}
+
+.dojoTabLabels-right-h .dojoTab.current {
+	border-left :  0;
+	border-bottom :  1px solid #6290d2;
+}
+
+/* left-h tabs */
+
+.dojoTabLabels-left-h {
+	overflow : visible;
+	margin-right : -1px;
+	z-index: 2;
+}
+
+.dojoTabLabels-left-h .dojoTab {
+	border-right :  1px solid #6290d2;
+	border-bottom : 0;
+	float : none;
+	background : url(images/tab_top_left.gif) no-repeat left top;
+}
+
+.dojoTabLabels-left-h .dojoTab.current {
+	border-right : 0;
+	border-bottom :  1px solid #6290d2;
+	padding-bottom : 0;
+	background : url(images/tab_top_left.gif) no-repeat 0 -150px;
+}
+
+.dojoTabLabels-left-h .dojoTab div {
+	background : 0;
+	border-bottom :  1px solid #6290d2;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,4 @@
+<div id="${this.widgetId}" class="dojoTabContainer">
+	<div dojoAttachPoint="tablistNode"></div>
+	<div class="dojoTabPaneWrapper" dojoAttachPoint="containerNode" dojoAttachEvent="onKey" waiRole="tabpanel"></div>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainer.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,175 @@
+.dojoTabContainer {
+	position : relative;
+}
+
+.dojoTabPaneWrapper {
+	position : relative;
+	border : 1px solid #6290d2;
+	clear: both;
+	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
+}
+
+.dojoTabLabels-top {
+	position : absolute;
+	top : 0px;
+	left : 0px;
+	overflow : visible;
+	margin-bottom : -1px;
+	width : 100%;
+	z-index: 2;	/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
+}
+
+.dojoTabNoLayout.dojoTabLabels-top {
+	position : relative;
+}
+
+.dojoTabNoLayout.dojoTabLabels-top .dojoTab {
+	margin-bottom: -1px;
+	_margin-bottom: 0px; /* IE filter so top border lines up correctly */
+}
+
+.dojoTab {
+	position : relative;
+	float : left;
+	padding-left : 9px;
+	border-bottom : 1px solid #6290d2;
+	cursor: pointer;
+	white-space: nowrap;
+	z-index: 3;
+}
+
+.dojoTab div {
+	display : block;
+	padding : 4px 15px 4px 6px;
+	color : #333;
+	font-size : 90%;
+}
+
+.dojoTabPanePaneClose {
+	position : absolute;
+	bottom : 0px;
+	right : 6px;
+	height : 12px;
+	width : 12px;
+	font-size : small;
+}
+.dojoTabPanePaneCloseImage {
+}
+
+.dojoTabPanePaneCloseHover {
+}
+
+.dojoTabClose {
+	display : inline-block;
+	height : 12px;
+	width : 12px;
+	padding : 0 12px 0 0;
+	margin : 0 -10px 0 10px;
+	cursor : default;
+	font-size: small;
+}
+
+.dojoTabCloseImage {
+}
+
+.dojoTabCloseHover {
+}
+
+.dojoTab.current {
+	padding-bottom : 1px;
+	border-bottom : 0;
+	background-position : 0 -150px;
+}
+
+.dojoTab.current div {
+	padding-bottom : 5px;
+	margin-bottom : -1px;
+	background-position : 100% -150px;
+}
+
+/* bottom tabs */
+
+.dojoTabLabels-bottom {
+	position : absolute;
+	bottom : 0px;
+	left : 0px;
+	overflow : visible;
+	margin-top : -1px;
+	width : 100%;
+	z-index: 2;
+}
+
+.dojoTabNoLayout.dojoTabLabels-bottom {
+	position : relative;
+}
+
+.dojoTabLabels-bottom .dojoTab {
+	border-top :  1px solid #6290d2;
+	border-bottom : 0;
+}
+
+.dojoTabLabels-bottom .dojoTab div {
+}
+
+.dojoTabLabels-bottom .dojoTab.current {
+	border-top : 0;
+}
+
+.dojoTabLabels-bottom .dojoTab.current div {
+	padding-top : 4px;
+}
+
+/* right-h tabs */
+
+.dojoTabLabels-right-h {
+	position : absolute;
+	top : 0px;
+	right : 0px;
+	overflow : visible;
+	margin-left : -1px;
+	z-index: 2;
+}
+
+.dojoTabLabels-right-h .dojoTab {
+	padding-left : 0;
+	border-left :  1px solid #6290d2;
+	border-bottom : 0;
+	float : none;
+}
+
+.dojoTabLabels-right-h .dojoTab div {
+	padding : 4px 15px 4px 15px;
+}
+
+.dojoTabLabels-right-h .dojoTab.current {
+	border-left :  0;
+	border-bottom :  1px solid #6290d2;
+}
+
+/* left-h tabs */
+
+.dojoTabLabels-left-h {
+	position : absolute;
+	top : 0px;
+	left : 0px;
+	overflow : visible;
+	margin-right : -1px;
+	z-index: 2;
+}
+
+.dojoTabLabels-left-h .dojoTab {
+	border-right :  1px solid #6290d2;
+	border-bottom : 0;
+	float : none;
+}
+
+.dojoTabLabels-left-h .dojoTab.current {
+	border-right : 0;
+	border-bottom :  1px solid #6290d2;
+	padding-bottom : 0;
+}
+
+.dojoTabLabels-left-h .dojoTab div {
+	background : 0;
+	border-bottom :  1px solid #6290d2;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TabContainerA11y.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,29 @@
+.dojoTaskBarItem {
+	display: inline-block;
+	background-color: ThreeDFace;
+	border: outset 2px;
+	margin-right: 5px;
+	cursor: pointer;
+	height: 35px;
+	width: 100px;
+	font-size: 10pt;
+	white-space: nowrap;
+	text-align: center;
+	float: left;
+	overflow: hidden;
+}
+
+.dojoTaskBarItem img {
+	vertical-align: middle;
+	margin-right: 5px;
+	margin-left: 5px;	
+	height: 32px;
+	width: 32px;
+}
+
+.dojoTaskBarItem a {
+	 color: black;
+	text-decoration: none;
+}
+
+

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBar.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,2 @@
+<div class="dojoTaskBarItem" dojoAttachEvent="onClick">
+</div>
\ No newline at end of file

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TaskBarItemTemplate.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,5 @@
+<span style='float:${this.htmlfloat};'>
+	<input dojoAttachPoint='textbox' dojoAttachEvent='onblur;onfocus'
+		id='${this.widgetId}' name='${this.name}'
+		class='${this.className}' type='${this.type}' >
+</span>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Textbox.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,179 @@
+/*Time Picker */
+.timePickerContainer {
+	width:122px;
+	font-family:Tahoma, Myriad, Helvetica, Arial, Verdana, sans-serif;
+	font-size:16px;
+}
+
+.timeContainer {
+	border-collapse:collapse;
+	border-spacing:0;
+}
+
+.timeContainer thead {
+	color:#293a4b;
+	font-size:0.9em;
+	font-weight:700;
+}
+
+.timeContainer thead td {
+	padding:0.25em;
+	font-size:0.80em;
+	border-bottom:1px solid #6782A8;
+}
+
+.timeCorner {
+	width:10px;
+}
+
+.cornerTopLeft {
+	background: url("images/dpCurveTL.png") top left no-repeat;
+}
+
+.cornerTopRight {
+	background: url("images/dpCurveTR.png") top right no-repeat;
+}
+
+.timeLabelContainer {
+	background: url("images/dpMonthBg.png") top left repeat-x;
+}
+
+.hours, .minutes, .timeBorder {
+	background: #7591bc url("images/dpBg.gif") top left repeat-x;
+
+}
+
+.hours td, .minutes td {
+	padding:0.2em;
+	text-align:center;
+	font-size:0.7em;
+	font-weight:bold;
+	cursor:pointer;
+	cursor:hand;
+	color:#fff;
+}
+
+.minutes {
+	border-left:1px solid #f5d1db;
+}
+
+.hours {
+	border-right:1px solid #6782A8;
+}
+
+.hourSelector {
+	border-right:1px solid #6782A8;
+	padding:5px;
+	padding-right:10px;
+}
+
+.minutesSelector {
+	padding:5px;
+	border-left:1px solid #f5c7d4;
+	text-align:center;
+}
+
+.minutesHeading {
+	padding-left:9px !important;
+}
+
+.timeOptions {
+	background-color:#F9C9D7;
+}
+
+.timeContainer .cornerBottomLeft, .timeContainer .cornerBottomRight, .timeContainer .timeOptions {
+	border-top:1px solid #6782A8;
+}
+
+.timeContainer .cornerBottomLeft {
+	background: url("images/dpCurveBL.png") bottom left no-repeat !important;
+	width:9px !important;
+	padding:0;
+	margin:0;
+}
+
+.timeContainer .cornerBottomRight {
+	background: url("images/dpCurveBR.png") bottom right no-repeat !important;
+	width:9px !important;
+	padding:0;
+	margin:0;
+}
+
+.timeOptions {
+	color:#fff;
+	background:url("images/dpYearBg.png") top left repeat-x;
+
+}
+
+.selectedItem {
+	background-color:#fff;
+	color:#6782a8 !important;
+}
+
+.timeOptions .selectedItem {
+	color:#fff !important;
+	background-color:#9ec3fb !important;
+}
+
+.anyTimeContainer {
+	text-align:center;
+	font-weight:bold;
+	font-size:0.7em;
+	padding:0.1em;
+	cursor:pointer;
+	cursor:hand;
+	color:#fff !important;
+}
+
+.amPmContainer {
+	width:100%;
+}
+
+.amPmContainer td {
+	text-align:center;
+	font-size:0.7em;
+	font-weight:bold;
+	cursor:pointer;
+	cursor:hand;
+	color:#fff;
+}
+
+
+
+/*.timePickerContainer {
+	margin:1.75em 0 0.5em 0;
+	width:10em;
+	float:left;
+}
+
+.timeContainer {
+	border-collapse:collapse;
+	border-spacing:0;
+}
+
+.timeContainer thead td{
+	border-bottom:1px solid #e6e6e6;
+	padding:0 0.4em 0.2em 0.4em;
+}
+
+.timeContainer td {
+	font-size:0.9em;
+	padding:0 0.25em 0 0.25em;
+	text-align:left;
+	cursor:pointer;cursor:hand;
+}
+
+.timeContainer td.minutesHeading {
+	border-left:1px solid #e6e6e6;
+	border-right:1px solid #e6e6e6;	
+}
+
+.timeContainer .minutes {
+	border-left:1px solid #e6e6e6;
+	border-right:1px solid #e6e6e6;
+}
+
+.selectedItem {
+	background-color:#3a3a3a;
+	color:#ffffff;
+}*/

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,98 @@
+<div class="timePickerContainer" dojoAttachPoint="timePickerContainerNode">
+	<table class="timeContainer" cellspacing="0" >
+		<thead>
+			<tr>
+				<td class="timeCorner cornerTopLeft" valign="top">&nbsp;</td>
+				<td class="timeLabelContainer hourSelector">${this.calendar.field-hour}</td>
+				<td class="timeLabelContainer minutesHeading">${this.calendar.field-minute}</td>
+				<td class="timeCorner cornerTopRight" valign="top">&nbsp;</td>
+			</tr>
+		</thead>
+		<tbody>
+			<tr>
+				<td valign="top" colspan="2" class="hours">
+					<table align="center">
+						<tbody dojoAttachPoint="hourContainerNode"  
+							dojoAttachEvent="onClick: onSetSelectedHour;">
+							<tr>
+								<td>12</td>
+								<td>6</td>
+							</tr>
+							<tr>
+								<td>1</td>
+								<td>7</td>
+							</tr>
+							<tr>
+								<td>2</td>
+								<td>8</td>
+							</tr>
+							<tr>
+								<td>3</td>
+								<td>9</td>
+							</tr>
+							<tr>
+								<td>4</td>
+								<td>10</td>
+							</tr>
+							<tr>
+								<td>5</td>
+								<td>11</td>
+							</tr>
+						</tbody>
+					</table>
+				</td>
+				<td valign="top" class="minutes" colspan="2">
+					<table align="center">
+						<tbody dojoAttachPoint="minuteContainerNode" 
+							dojoAttachEvent="onClick: onSetSelectedMinute;">
+							<tr>
+								<td>00</td>
+								<td>30</td>
+							</tr>
+							<tr>
+								<td>05</td>
+								<td>35</td>
+							</tr>
+							<tr>
+								<td>10</td>
+								<td>40</td>
+							</tr>
+							<tr>
+								<td>15</td>
+								<td>45</td>
+							</tr>
+							<tr>
+								<td>20</td>
+								<td>50</td>
+							</tr>
+							<tr>
+								<td>25</td>
+								<td>55</td>
+							</tr>
+						</tbody>
+					</table>
+				</td>
+			</tr>
+			<tr>
+				<td class="cornerBottomLeft">&nbsp;</td>
+				<td valign="top" class="timeOptions">
+					<table class="amPmContainer">
+						<tbody dojoAttachPoint="amPmContainerNode" 
+							dojoAttachEvent="onClick: onSetSelectedAmPm;">
+							<tr>
+								<td id="am">${this.calendar.am}</td>
+								<td id="pm">${this.calendar.pm}</td>
+							</tr>
+						</tbody>
+					</table>
+				</td>
+				<td class="timeOptions">
+					<div dojoAttachPoint="anyTimeContainerNode" 
+						dojoAttachEvent="onClick: onSetSelectedAnyTime;" 
+						class="anyTimeContainer">${this.widgetStrings.any}</div>
+				</td>
+				<td class="cornerBottomRight">&nbsp;</td>
+			</tr>
+		</tbody>
+	</table>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TimePicker.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,4 @@
+<div dojoAttachPoint="domNode">
+<div dojoAttachPoint="labelNode" dojoAttachEvent="onclick: onLabelClick"></div>
+<div dojoAttachPoint="containerNode"></div>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TitlePane.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,42 @@
+.dojoToasterClip {
+	position: absolute;
+	overflow: hidden;
+}
+
+.dojoToasterContainer {
+	display: block;
+	position: absolute;
+	width: 17.5em;
+	z-index: 5000;
+	margin: 0px;
+	font:0.75em Tahoma, Helvetica, Verdana, Arial;
+}
+
+.dojoToasterContent{
+	padding:1em;
+	padding-top:0.25em;
+	background:#73c74a;
+}
+
+.dojoToasterMessage{ 
+	color:#fff;
+}
+.dojoToasterWarning{ }
+.dojoToasterError,
+.dojoToasterFatal{
+	font-weight:bold;
+	color:#fff;
+}
+
+
+.dojoToasterWarning .dojoToasterContent{
+	padding:1em;
+	padding-top:0.25em;
+	background:#d4d943;
+} 
+
+.dojoToasterError .dojoToasterContent{
+	padding:1em;
+	padding-top:0.25em;
+	background:#c46600;
+} 

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toaster.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,54 @@
+.toolbarContainer {
+	border-bottom : 0;
+	background-color : #def;
+	color : ButtonText;
+	font : Menu;
+	background-image: url(images/toolbar-bg.gif);
+}
+
+.toolbar {
+	padding : 2px 4px;
+	min-height : 26px;
+	_height : 26px;
+}
+
+.toolbarItem {
+	float : left;
+	padding : 1px 2px;
+	margin : 0 2px 1px 0;
+	cursor : pointer;
+}
+
+.toolbarItem.selected, .toolbarItem.down {
+	margin : 1px 1px 0 1px;
+	padding : 0px 1px;
+	border : 1px solid #bbf;
+	background-color : #fafaff;
+}
+
+.toolbarButton img {
+	vertical-align : bottom;
+}
+
+.toolbarButton span {
+	line-height : 16px;
+	vertical-align : middle;
+}
+
+.toolbarButton.hover {
+	padding : 0px 1px;
+	border : 1px solid #99c;
+}
+
+.toolbarItem.disabled {
+	opacity : 0.3;
+	filter : alpha(opacity=30);
+	cursor : default;
+}
+
+.toolbarSeparator {
+	cursor : default;
+}
+
+.toolbarFlexibleSpace {
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Toolbar.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,10 @@
+.dojoTooltip {
+	border: solid black 1px;
+	background: beige;
+	color: black;
+	position: absolute;
+	font-size: small;
+	padding: 2px 2px 2px 2px;
+	z-index: 10;
+	display: block;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TooltipTemplate.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,29 @@
+.dojoTree {
+	font: caption;
+	font-size: 11px;
+	font-weight: normal;
+	overflow: auto;
+}
+
+.dojoTreeNodeLabel {
+	padding: 1px 2px;
+	color: WindowText;
+	cursor: default;
+}
+
+.dojoTreeNodeLabel:hover {
+	text-decoration: underline;
+}
+
+.dojoTreeNodeLabelSelected {
+	background-color: Highlight;
+	color: HighlightText;
+}
+
+.dojoTree div {
+	white-space: nowrap;
+}
+
+.dojoTree img {
+	vertical-align: middle;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Tree.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,9 @@
+
+/* CSS for TreeDisableWrapExtension */
+
+.TreeDisableWrap {
+	white-space: nowrap;
+}
+.TreeIEDisableWrap {
+	width: expression( 5 + firstChild.offsetWidth );
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDisableWrap.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,55 @@
+
+/* CSS for TreeDocIconExtension */
+
+
+/* long vertical line under docIcon, connecting w/ children */
+.TreeStateChildrenYes-ExpandOpen .TreeIconContent {
+    background-image : url('../templates/images/TreeV3/i_long.gif');
+    background-repeat : no-repeat;
+    background-position: 18px 9px;
+}
+
+/* close has higher priority */
+.TreeStateChildrenYes-ExpandClosed .TreeIconContent {
+    background-image : url();
+}
+
+/* higher priotity: same length and appear after background-definition */
+.TreeStateChildrenNo-ExpandLeaf .TreeIconContent {
+    background-image : url();
+}
+
+.TreeStateChildrenNo-ExpandClosed .TreeIconContent {
+    background-image : url();
+}
+
+.TreeStateChildrenNo-ExpandOpen .TreeIconContent {
+    background-image : url();
+}
+
+
+/* highest priority */
+.TreeIconDocument {
+    background-image: url('../templates/images/TreeV3/document.gif');
+}
+
+.TreeExpandOpen .TreeIconFolder {
+    background-image: url('../templates/images/TreeV3/open.gif');
+}
+
+.TreeExpandClosed .TreeIconFolder {
+    background-image: url('../templates/images/TreeV3/closed.gif');
+}
+
+/* generic class for docIcon */
+.TreeIcon {
+    width: 18px;
+    height: 18px;
+    float: left;
+    display: inline;
+    background-repeat : no-repeat;
+}
+
+div.TreeContent {
+    margin-left: 36px;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeDocIcon.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,4 @@
+html, body {
+      background-color: #ffc;
+      color: black;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeEditor.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,82 @@
+/* indent for all tree children excepts root */
+.TreeNode {
+    background-image : url('../templates/images/TreeV3/i.gif');
+    background-position : top left;
+    background-repeat : repeat-y;
+    margin-left: 19px;
+    zoom: 1;
+}
+.TreeIsRoot {
+    margin-left: 0;
+}
+ 
+/* left vertical line (grid) for all nodes */
+.TreeIsLast {
+    background-image: url('../templates/images/TreeV3/i_half.gif');
+    background-repeat : no-repeat;
+}
+ 
+.TreeExpandOpen .TreeExpand {
+    background-image: url('../templates/images/TreeV3/expand_minus.gif');
+}
+ 
+/* closed is higher priority than open */
+.TreeExpandClosed .TreeExpand {
+    background-image: url('../templates/images/TreeV3/expand_plus.gif');
+}
+ 
+/* highest priority */
+.TreeExpandLeaf .TreeExpand {
+    background-image: url('../templates/images/TreeV3/expand_leaf.gif');
+}
+
+/* 
+should always override any expand setting, but do not touch children.
+if I add .TreeExpand .TreeExpandLoading same time and put it to top/bottom, then it will take precedence over +- for all descendants or always fail
+so I have to remove TreeExpand and process this one specifically
+*/
+
+.TreeExpandLoading   {
+    width: 18px;
+    height: 18px;
+    float: left;
+    display: inline;
+    background-repeat : no-repeat;
+    background-image: url('../templates/images/TreeV3/expand_loading.gif');
+}
+ 
+.TreeContent {
+    min-height: 18px;
+    min-width: 18px;
+    margin-left:18px;
+    cursor: default;
+    /* can't make inline - multiline bugs */
+}
+
+.TreeIEContent {
+	height: 18px;
+}
+ 
+.TreeExpand {
+    width: 18px;
+    height: 18px;
+    float: left;
+    display: inline;
+    background-repeat : no-repeat;
+}
+ 
+/* same style as IE selection */
+.TreeNodeEmphasized {
+    background-color: Highlight;
+    color: HighlightText;
+}
+ 
+.TreeContent .RichTextEditable, .TreeContent .RichTextEditable iframe {
+      background-color: #ffc;
+      color: black;
+}
+
+/* don't use :focus due to opera's lack of support on div's */
+.TreeLabelFocused {
+      outline: 1px invert dotted;
+}

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/TreeV3.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,12 @@
+.dojoValidateEmpty{
+	background-color: #00FFFF;
+}
+.dojoValidateValid{
+	background-color: #cfc;
+}
+.dojoValidateInvalid{
+	background-color: #fcc;
+}
+.dojoValidateRange{
+	background-color: #ccf;
+}
\ No newline at end of file

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Validate.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,8 @@
+<span style='float:${this.htmlfloat};'>
+	<input dojoAttachPoint='textbox' type='${this.type}' dojoAttachEvent='onblur;onfocus;onkeyup'
+		id='${this.widgetId}' name='${this.name}' size='${this.size}' maxlength='${this.maxlength}'
+		class='${this.className}' style=''>
+	<span dojoAttachPoint='invalidSpan' class='${this.invalidClass}'>${this.messages.invalidMessage}</span>
+	<span dojoAttachPoint='missingSpan' class='${this.missingClass}'>${this.messages.missingMessage}</span>
+	<span dojoAttachPoint='rangeSpan' class='${this.rangeClass}'>${this.messages.rangeMessage}</span>
+</span>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/ValidationTextbox.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,72 @@
+.WizardContainer {
+	background: #EEEEEE;
+	border: #798EC5 1px solid;
+	padding: 2px;
+}
+
+.WizardTitle {
+	color: #003366;
+	padding: 8px 5px 15px 2px;
+	font-weight: bold;
+	font-size: x-small;
+	font-style: normal;
+	font-family: Verdana, Arial, Helvetica;
+	text-align: left;
+}
+
+.WizardText {
+	color: #000033;
+	font-weight: normal;
+	font-size: xx-small;
+	font-family: Verdana, Arial, Helvetica;
+	padding: 2 50; text-align: justify;
+}
+
+.WizardLightText {
+	color: #666666;
+	font-weight: normal;
+	font-size: xx-small;
+	font-family: verdana, arial, helvetica;
+	padding: 2px 50px;
+	text-align: justify;
+}
+
+.WizardButtonHolder {
+	text-align: right;
+	padding: 10px 5px;
+}
+
+.WizardButton {
+	color: #ffffff;
+	background: #798EC5;
+	font-size: xx-small;
+	font-family: verdana, arial, helvetica, sans-serif;
+	border-right: #000000 1px solid;
+	border-bottom: #000000 1px solid;
+	border-left: #666666 1px solid;
+	border-top: #666666 1px solid;
+	padding-right: 4px;
+	padding-left: 4px;
+	text-decoration: none; height: 18px;
+}
+
+.WizardButton:hover {
+	cursor: pointer;
+}
+
+.WizardButtonDisabled {
+	color: #eeeeee;
+	background-color: #999999;
+	font-size: xx-small;
+	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
+	border-right: #000000 1px solid;
+	border-bottom: #000000 1px solid;
+	border-left: #798EC5 1px solid;
+	border-top: #798EC5 1px solid;
+	padding-right: 4px;
+	padding-left: 4px;
+	text-decoration: none;
+	height: 18px;
+}
+
+

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,10 @@
+<div class="WizardContainer" dojoAttachPoint="wizardNode">
+    <div class="WizardText" dojoAttachPoint="wizardPanelContainerNode">
+    </div>
+    <div class="WizardButtonHolder" dojoAttachPoint="wizardControlContainerNode">
+        <input class="WizardButton" type="button" dojoAttachPoint="previousButton"/>
+        <input class="WizardButton" type="button" dojoAttachPoint="nextButton"/>
+        <input class="WizardButton" type="button" dojoAttachPoint="doneButton" style="display:none"/>
+        <input class="WizardButton" type="button" dojoAttachPoint="cancelButton"/>
+    </div>
+</div>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/Wizard.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css Thu Jul 16 19:14:41 2009
@@ -0,0 +1,36 @@
+
+.dojoTree {
+	font: caption;
+	font-size: 11px;
+	font-weight: normal;
+	overflow: auto;
+}
+
+
+.dojoTreeNodeLabelTitle {
+	padding-left: 2px;
+	color: WindowText;
+}
+
+.dojoTreeNodeLabel {
+	cursor:hand;
+	cursor:pointer;
+}
+
+.dojoTreeNodeLabelTitle:hover {
+	text-decoration: underline;
+}
+
+.dojoTreeNodeLabelSelected {
+	background-color: Highlight;
+	color: HighlightText;
+}
+
+.dojoTree div {
+	white-space: nowrap;
+}
+
+.dojoTree img, .dojoTreeNodeLabel img {
+	vertical-align: middle;
+}
+

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/Tree/Tree.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/no.svg
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/no.svg?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/no.svg (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/images/no.svg Thu Jul 16 19:14:41 2009
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="15.433" height="15.433"
+	 viewBox="0 0 15.433 15.433" overflow="visible" enable-background="new 0 0 15.433 15.433" xml:space="preserve">
+<circle fill="none" stroke="#D02026" stroke-width="2" cx="7.716" cy="7.716" r="6.716"/>
+<line fill="none" stroke="#D02026" stroke-width="2" x1="3.02" y1="12.352" x2="12.639" y2="2.732"/>
+</svg>

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html Thu Jul 16 19:14:41 2009
@@ -0,0 +1,24 @@
+<!-- <?xml version="1.0" encoding="UTF-8"?> -->
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+	"DTD/xhtml1-strict.dtd">
+<html>
+	<head>
+		<title></title>
+		<script type="text/javascript">
+			function init(){
+				document.designMode = 'on';
+				try{
+					parentPageDomain = document.location.href.split('#')[1];
+					if(parentPageDomain){
+						document.domain = parentPageDomain;
+					}
+				}catch(e){ }
+			}
+			window.onload = init;
+		</script>
+	</head>
+	<body>
+		<br />
+	</body>
+</html>

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/templates/richtextframe.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js Thu Jul 16 19:14:41 2009
@@ -0,0 +1,15 @@
+/*
+	Copyright (c) 2004-2006, The Dojo Foundation
+	All Rights Reserved.
+
+	Licensed under the Academic Free License version 2.1 or above OR the
+	modified BSD license. For more information on Dojo licensing, see:
+
+		http://dojotoolkit.org/community/licensing.shtml
+*/
+
+
+
+dojo.provide("dojo.widget.validate");
+dojo.deprecated("dojo.widget.validate", "use one of the specific widgets in dojo.widget.<name>Textbox instead", "0.5");
+

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/validate.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js?rev=794787&view=auto
==============================================================================
--- geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js (added)
+++ geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js Thu Jul 16 19:14:41 2009
@@ -0,0 +1,527 @@
+/*
+	Copyright (c) 2004-2006, The Dojo Foundation
+	All Rights Reserved.
+
+	Licensed under the Academic Free License version 2.1 or above OR the
+	modified BSD license. For more information on Dojo licensing, see:
+
+		http://dojotoolkit.org/community/licensing.shtml
+*/
+
+
+
+dojo.provide("dojo.widget.vml.Chart");
+dojo.require("dojo.widget.HtmlWidget");
+dojo.require("dojo.widget.Chart");
+dojo.require("dojo.math");
+dojo.require("dojo.html.layout");
+dojo.require("dojo.gfx.color");
+dojo.widget.defineWidget("dojo.widget.vml.Chart", [dojo.widget.HtmlWidget, dojo.widget.Chart], function () {
+	this.templatePath = null;
+	this.templateCssPath = null;
+	this._isInitialize = false;
+	this.hasData = false;
+	this.vectorNode = null;
+	this.plotArea = null;
+	this.dataGroup = null;
+	this.axisGroup = null;
+	this.properties = {height:0, width:0, defaultWidth:600, defaultHeight:400, plotType:null, padding:{top:10, bottom:2, left:60, right:30}, axes:{x:{plotAt:0, label:"", unitLabel:"", unitType:Number, nUnitsToShow:10, range:{min:0, max:200}}, y:{plotAt:0, label:"", unitLabel:"", unitType:Number, nUnitsToShow:10, range:{min:0, max:200}}}};
+}, {parseProperties:function (node) {
+	var bRangeX = false;
+	var bRangeY = false;
+	if (node.getAttribute("width")) {
+		this.properties.width = node.getAttribute("width");
+	}
+	if (node.getAttribute("height")) {
+		this.properties.height = node.getAttribute("height");
+	}
+	if (node.getAttribute("plotType")) {
+		this.properties.plotType = node.getAttribute("plotType");
+	}
+	if (node.getAttribute("padding")) {
+		if (node.getAttribute("padding").indexOf(",") > -1) {
+			var p = node.getAttribute("padding").split(",");
+		} else {
+			var p = node.getAttribute("padding").split(" ");
+		}
+		if (p.length == 1) {
+			var pad = parseFloat(p[0]);
+			this.properties.padding.top = pad;
+			this.properties.padding.right = pad;
+			this.properties.padding.bottom = pad;
+			this.properties.padding.left = pad;
+		} else {
+			if (p.length == 2) {
+				var padV = parseFloat(p[0]);
+				var padH = parseFloat(p[1]);
+				this.properties.padding.top = padV;
+				this.properties.padding.right = padH;
+				this.properties.padding.bottom = padV;
+				this.properties.padding.left = padH;
+			} else {
+				if (p.length == 4) {
+					this.properties.padding.top = parseFloat(p[0]);
+					this.properties.padding.right = parseFloat(p[1]);
+					this.properties.padding.bottom = parseFloat(p[2]);
+					this.properties.padding.left = parseFloat(p[3]);
+				}
+			}
+		}
+	}
+	if (node.getAttribute("rangeX")) {
+		var p = node.getAttribute("rangeX");
+		if (p.indexOf(",") > -1) {
+			p = p.split(",");
+		} else {
+			p = p.split(" ");
+		}
+		this.properties.axes.x.range.min = parseFloat(p[0]);
+		this.properties.axes.x.range.max = parseFloat(p[1]);
+		bRangeX = true;
+	}
+	if (node.getAttribute("rangeY")) {
+		var p = node.getAttribute("rangeY");
+		if (p.indexOf(",") > -1) {
+			p = p.split(",");
+		} else {
+			p = p.split(" ");
+		}
+		this.properties.axes.y.range.min = parseFloat(p[0]);
+		this.properties.axes.y.range.max = parseFloat(p[1]);
+		bRangeY = true;
+	}
+	return {rangeX:bRangeX, rangeY:bRangeY};
+}, setAxesPlot:function (table) {
+	if (table.getAttribute("axisAt")) {
+		var p = table.getAttribute("axisAt");
+		if (p.indexOf(",") > -1) {
+			p = p.split(",");
+		} else {
+			p = p.split(" ");
+		}
+		if (!isNaN(parseFloat(p[0]))) {
+			this.properties.axes.x.plotAt = parseFloat(p[0]);
+		} else {
+			if (p[0].toLowerCase() == "ymin") {
+				this.properties.axes.x.plotAt = this.properties.axes.y.range.min;
+			} else {
+				if (p[0].toLowerCase() == "ymax") {
+					this.properties.axes.x.plotAt = this.properties.axes.y.range.max;
+				}
+			}
+		}
+		if (!isNaN(parseFloat(p[1]))) {
+			this.properties.axes.y.plotAt = parseFloat(p[1]);
+		} else {
+			if (p[1].toLowerCase() == "xmin") {
+				this.properties.axes.y.plotAt = this.properties.axes.x.range.min;
+			} else {
+				if (p[1].toLowerCase() == "xmax") {
+					this.properties.axes.y.plotAt = this.properties.axes.x.range.max;
+				}
+			}
+		}
+	} else {
+		this.properties.axes.x.plotAt = this.properties.axes.y.range.min;
+		this.properties.axes.y.plotAt = this.properties.axes.x.range.min;
+	}
+}, drawVectorNode:function () {
+	if (this.vectorNode) {
+		this.destroy();
+	}
+	this.vectorNode = document.createElement("div");
+	this.vectorNode.style.width = this.properties.width + "px";
+	this.vectorNode.style.height = this.properties.height + "px";
+	this.vectorNode.style.position = "relative";
+	this.domNode.appendChild(this.vectorNode);
+}, drawPlotArea:function () {
+	var plotWidth = this.properties.width - this.properties.padding.left - this.properties.padding.right;
+	var plotHeight = this.properties.height - this.properties.padding.top - this.properties.padding.bottom;
+	if (this.plotArea) {
+		this.plotArea.parentNode.removeChild(this.plotArea);
+		this.plotArea = null;
+	}
+	this.plotArea = document.createElement("div");
+	this.plotArea.style.position = "absolute";
+	this.plotArea.style.backgroundColor = "#fff";
+	this.plotArea.style.top = (this.properties.padding.top) - 2 + "px";
+	this.plotArea.style.left = (this.properties.padding.left - 1) + "px";
+	this.plotArea.style.width = plotWidth + "px";
+	this.plotArea.style.height = plotHeight + "px";
+	this.plotArea.style.clip = "rect(0 " + plotWidth + " " + plotHeight + " 0)";
+	this.vectorNode.appendChild(this.plotArea);
+}, drawDataGroup:function () {
+	var plotWidth = this.properties.width - this.properties.padding.left - this.properties.padding.right;
+	var plotHeight = this.properties.height - this.properties.padding.top - this.properties.padding.bottom;
+	if (this.dataGroup) {
+		this.dataGroup.parentNode.removeChild(this.dataGroup);
+		this.dataGroup = null;
+	}
+	this.dataGroup = document.createElement("div");
+	this.dataGroup.style.position = "absolute";
+	this.dataGroup.setAttribute("title", "Data Group");
+	this.dataGroup.style.top = "0px";
+	this.dataGroup.style.left = "0px";
+	this.dataGroup.style.width = plotWidth + "px";
+	this.dataGroup.style.height = plotHeight + "px";
+	this.plotArea.appendChild(this.dataGroup);
+}, drawAxes:function () {
+	var plotWidth = this.properties.width - this.properties.padding.left - this.properties.padding.right;
+	var plotHeight = this.properties.height - this.properties.padding.top - this.properties.padding.bottom;
+	if (this.axisGroup) {
+		this.axisGroup.parentNode.removeChild(this.axisGroup);
+		this.axisGroup = null;
+	}
+	this.axisGroup = document.createElement("div");
+	this.axisGroup.style.position = "absolute";
+	this.axisGroup.setAttribute("title", "Axis Group");
+	this.axisGroup.style.top = "0px";
+	this.axisGroup.style.left = "0px";
+	this.axisGroup.style.width = plotWidth + "px";
+	this.axisGroup.style.height = plotHeight + "px";
+	this.plotArea.appendChild(this.axisGroup);
+	var stroke = 1;
+	var line = document.createElement("v:line");
+	var y = dojo.widget.vml.Chart.Plotter.getY(this.properties.axes.x.plotAt, this);
+	line.setAttribute("from", "0px," + y + "px");
+	line.setAttribute("to", plotWidth + "px," + y + "px");
+	line.style.position = "absolute";
+	line.style.top = "0px";
+	line.style.left = "0px";
+	line.style.antialias = "false";
+	line.setAttribute("strokecolor", "#666");
+	line.setAttribute("strokeweight", stroke * 2 + "px");
+	this.axisGroup.appendChild(line);
+	var line = document.createElement("v:line");
+	var x = dojo.widget.vml.Chart.Plotter.getX(this.properties.axes.y.plotAt, this);
+	line.setAttribute("from", x + "px,0px");
+	line.setAttribute("to", x + "px," + plotHeight + "px");
+	line.style.position = "absolute";
+	line.style.top = "0px";
+	line.style.left = "0px";
+	line.style.antialias = "false";
+	line.setAttribute("strokecolor", "#666");
+	line.setAttribute("strokeweight", stroke * 2 + "px");
+	this.axisGroup.appendChild(line);
+	var size = 10;
+	var t = document.createElement("div");
+	t.style.position = "absolute";
+	t.style.top = (this.properties.height - this.properties.padding.bottom) + "px";
+	t.style.left = this.properties.padding.left + "px";
+	t.style.fontFamily = "sans-serif";
+	t.style.fontSize = size + "px";
+	t.innerHTML = dojo.math.round(parseFloat(this.properties.axes.x.range.min), 2);
+	this.vectorNode.appendChild(t);
+	t = document.createElement("div");
+	t.style.position = "absolute";
+	t.style.top = (this.properties.height - this.properties.padding.bottom) + "px";
+	t.style.left = (this.properties.width - this.properties.padding.right - size) + "px";
+	t.style.fontFamily = "sans-serif";
+	t.style.fontSize = size + "px";
+	t.innerHTML = dojo.math.round(parseFloat(this.properties.axes.x.range.max), 2);
+	this.vectorNode.appendChild(t);
+	t = document.createElement("div");
+	t.style.position = "absolute";
+	t.style.top = (size / 2) + "px";
+	t.style.left = "0px";
+	t.style.width = this.properties.padding.left + "px";
+	t.style.textAlign = "right";
+	t.style.paddingRight = "4px";
+	t.style.fontFamily = "sans-serif";
+	t.style.fontSize = size + "px";
+	t.innerHTML = dojo.math.round(parseFloat(this.properties.axes.y.range.max), 2);
+	this.vectorNode.appendChild(t);
+	t = document.createElement("div");
+	t.style.position = "absolute";
+	t.style.top = (this.properties.height - this.properties.padding.bottom - size) + "px";
+	t.style.left = "0px";
+	t.style.width = this.properties.padding.left + "px";
+	t.style.textAlign = "right";
+	t.style.paddingRight = "4px";
+	t.style.fontFamily = "sans-serif";
+	t.style.fontSize = size + "px";
+	t.innerHTML = dojo.math.round(parseFloat(this.properties.axes.y.range.min), 2);
+	this.vectorNode.appendChild(t);
+}, init:function () {
+	if (!this.properties.width || !this.properties.height) {
+		var box = dojo.html.getContentBox(this.domNode);
+		if (!this.properties.width) {
+			this.properties.width = (box.width < 32) ? this.properties.defaultWidth : box.width;
+		}
+		if (!this.properties.height) {
+			this.properties.height = (box.height < 32) ? this.properties.defaultHeight : box.height;
+		}
+	}
+	this.drawVectorNode();
+	this.drawPlotArea();
+	this.drawDataGroup();
+	this.drawAxes();
+	this.assignColors();
+	this._isInitialized = true;
+}, destroy:function () {
+	while (this.domNode.childNodes.length > 0) {
+		this.domNode.removeChild(this.domNode.childNodes[0]);
+	}
+	this.vectorNode = this.plotArea = this.dataGroup = this.axisGroup = null;
+}, render:function () {
+	if (this.dataGroup) {
+		while (this.dataGroup.childNodes.length > 0) {
+			this.dataGroup.removeChild(this.dataGroup.childNodes[0]);
+		}
+	} else {
+		this.init();
+	}
+	for (var i = 0; i < this.series.length; i++) {
+		dojo.widget.vml.Chart.Plotter.plot(this.series[i], this);
+	}
+}, postCreate:function () {
+	var table = this.domNode.getElementsByTagName("table")[0];
+	if (table) {
+		var ranges = this.parseProperties(table);
+		var bRangeX = false;
+		var bRangeY = false;
+		var axisValues = this.parseData(table);
+		if (!bRangeX) {
+			this.properties.axes.x.range = {min:axisValues.x.min, max:axisValues.x.max};
+		}
+		if (!bRangeY) {
+			this.properties.axes.y.range = {min:axisValues.y.min, max:axisValues.y.max};
+		}
+		this.setAxesPlot(table);
+		this.domNode.removeChild(table);
+	}
+	if (this.series.length > 0) {
+		this.render();
+	}
+}});
+dojo.widget.vml.Chart.Plotter = new function () {
+	var self = this;
+	var plotters = {};
+	var types = dojo.widget.Chart.PlotTypes;
+	this.getX = function (value, chart) {
+		var v = parseFloat(value);
+		var min = chart.properties.axes.x.range.min;
+		var max = chart.properties.axes.x.range.max;
+		var ofst = 0 - min;
+		min += ofst;
+		max += ofst;
+		v += ofst;
+		var xmin = 0;
+		var xmax = chart.properties.width - chart.properties.padding.left - chart.properties.padding.right;
+		var x = (v * ((xmax - xmin) / max)) + xmin;
+		return x;
+	};
+	this.getY = function (value, chart) {
+		var v = parseFloat(value);
+		var max = chart.properties.axes.y.range.max;
+		var min = chart.properties.axes.y.range.min;
+		var ofst = 0;
+		if (min < 0) {
+			ofst += Math.abs(min);
+		}
+		min += ofst;
+		max += ofst;
+		v += ofst;
+		var ymin = chart.properties.height - chart.properties.padding.top - chart.properties.padding.bottom;
+		var ymax = 0;
+		var y = (((ymin - ymax) / (max - min)) * (max - v)) + ymax;
+		return y;
+	};
+	this.addPlotter = function (name, func) {
+		plotters[name] = func;
+	};
+	this.plot = function (series, chart) {
+		if (series.values.length == 0) {
+			return;
+		}
+		if (series.plotType && plotters[series.plotType]) {
+			return plotters[series.plotType](series, chart);
+		} else {
+			if (chart.plotType && plotters[chart.plotType]) {
+				return plotters[chart.plotType](series, chart);
+			}
+		}
+	};
+	plotters["bar"] = function (series, chart) {
+		var space = 1;
+		var lastW = 0;
+		var ys = [];
+		var yAxis = self.getY(chart.properties.axes.x.plotAt, chart);
+		var yA = yAxis;
+		for (var i = 0; i < series.values.length; i++) {
+			var x = self.getX(series.values[i].x, chart);
+			var w;
+			if (i == series.values.length - 1) {
+				w = lastW;
+			} else {
+				w = self.getX(series.values[i + 1].x, chart) - x - space;
+				lastW = w;
+			}
+			x -= (w / 2);
+			var y = self.getY(series.values[i].value, chart);
+			var h = Math.abs(yA - y);
+			if (parseFloat(series.values[i].value) < chart.properties.axes.x.plotAt) {
+				y = yA;
+			}
+			var bar = document.createElement("v:rect");
+			bar.style.position = "absolute";
+			bar.style.top = y + "px";
+			bar.style.left = x + "px";
+			bar.style.width = w + "px";
+			bar.style.height = h + "px";
+			bar.setAttribute("fillColor", series.color);
+			bar.setAttribute("stroked", "false");
+			bar.style.antialias = "false";
+			bar.setAttribute("title", series.label + " (" + i + "): " + series.values[i].value);
+			var fill = document.createElement("v:fill");
+			fill.setAttribute("opacity", "0.9");
+			bar.appendChild(fill);
+			chart.dataGroup.appendChild(bar);
+		}
+	};
+	plotters["line"] = function (series, chart) {
+		var tension = 1.5;
+		var line = document.createElement("v:shape");
+		line.setAttribute("strokeweight", "2px");
+		line.setAttribute("strokecolor", series.color);
+		line.setAttribute("fillcolor", "none");
+		line.setAttribute("filled", "false");
+		line.setAttribute("title", series.label);
+		line.setAttribute("coordsize", chart.properties.width + "," + chart.properties.height);
+		line.style.position = "absolute";
+		line.style.top = "0px";
+		line.style.left = "0px";
+		line.style.width = chart.properties.width + "px";
+		line.style.height = chart.properties.height + "px";
+		var stroke = document.createElement("v:stroke");
+		stroke.setAttribute("opacity", "0.85");
+		line.appendChild(stroke);
+		var path = [];
+		for (var i = 0; i < series.values.length; i++) {
+			var x = Math.round(self.getX(series.values[i].x, chart));
+			var y = Math.round(self.getY(series.values[i].value, chart));
+			if (i == 0) {
+				path.push("m");
+				path.push(x + "," + y);
+			} else {
+				var lastx = Math.round(self.getX(series.values[i - 1].x, chart));
+				var lasty = Math.round(self.getY(series.values[i - 1].value, chart));
+				var dx = x - lastx;
+				var dy = y - lasty;
+				path.push("c");
+				var cx = Math.round((x - (tension - 1) * (dx / tension)));
+				path.push(cx + "," + lasty);
+				cx = Math.round((x - (dx / tension)));
+				path.push(cx + "," + y);
+				path.push(x + "," + y);
+			}
+		}
+		line.setAttribute("path", path.join(" ") + " e");
+		chart.dataGroup.appendChild(line);
+	};
+	plotters["area"] = function (series, chart) {
+		var tension = 1.5;
+		var line = document.createElement("v:shape");
+		line.setAttribute("strokeweight", "1px");
+		line.setAttribute("strokecolor", series.color);
+		line.setAttribute("fillcolor", series.color);
+		line.setAttribute("title", series.label);
+		line.setAttribute("coordsize", chart.properties.width + "," + chart.properties.height);
+		line.style.position = "absolute";
+		line.style.top = "0px";
+		line.style.left = "0px";
+		line.style.width = chart.properties.width + "px";
+		line.style.height = chart.properties.height + "px";
+		var stroke = document.createElement("v:stroke");
+		stroke.setAttribute("opacity", "0.8");
+		line.appendChild(stroke);
+		var fill = document.createElement("v:fill");
+		fill.setAttribute("opacity", "0.4");
+		line.appendChild(fill);
+		var path = [];
+		for (var i = 0; i < series.values.length; i++) {
+			var x = Math.round(self.getX(series.values[i].x, chart));
+			var y = Math.round(self.getY(series.values[i].value, chart));
+			if (i == 0) {
+				path.push("m");
+				path.push(x + "," + y);
+			} else {
+				var lastx = Math.round(self.getX(series.values[i - 1].x, chart));
+				var lasty = Math.round(self.getY(series.values[i - 1].value, chart));
+				var dx = x - lastx;
+				var dy = y - lasty;
+				path.push("c");
+				var cx = Math.round((x - (tension - 1) * (dx / tension)));
+				path.push(cx + "," + lasty);
+				cx = Math.round((x - (dx / tension)));
+				path.push(cx + "," + y);
+				path.push(x + "," + y);
+			}
+		}
+		path.push("l");
+		path.push(x + "," + self.getY(0, chart));
+		path.push("l");
+		path.push(self.getX(0, chart) + "," + self.getY(0, chart));
+		line.setAttribute("path", path.join(" ") + " x e");
+		chart.dataGroup.appendChild(line);
+	};
+	plotters["scatter"] = function (series, chart) {
+		var r = 6;
+		for (var i = 0; i < series.values.length; i++) {
+			var x = self.getX(series.values[i].x, chart);
+			var y = self.getY(series.values[i].value, chart);
+			var mod = r / 2;
+			var point = document.createElement("v:rect");
+			point.setAttribute("fillcolor", series.color);
+			point.setAttribute("strokecolor", series.color);
+			point.setAttribute("title", series.label + ": " + series.values[i].value);
+			point.style.position = "absolute";
+			point.style.rotation = "45";
+			point.style.top = (y - mod) + "px";
+			point.style.left = (x - mod) + "px";
+			point.style.width = r + "px";
+			point.style.height = r + "px";
+			var fill = document.createElement("v:fill");
+			fill.setAttribute("opacity", "0.6");
+			point.appendChild(fill);
+			chart.dataGroup.appendChild(point);
+		}
+	};
+	plotters["bubble"] = function (series, chart) {
+		var minR = 1;
+		var min = chart.properties.axes.x.range.min;
+		var max = chart.properties.axes.x.range.max;
+		var ofst = 0 - min;
+		min += ofst;
+		max += ofst;
+		var xmin = chart.properties.padding.left;
+		var xmax = chart.properties.width - chart.properties.padding.right;
+		var factor = (max - min) / (xmax - xmin) * 25;
+		for (var i = 0; i < series.values.length; i++) {
+			var size = series.values[i].size;
+			if (isNaN(parseFloat(size))) {
+				size = minR;
+			}
+			var radius = (parseFloat(size) * factor) / 2;
+			var diameter = radius * 2;
+			var cx = self.getX(series.values[i].x, chart);
+			var cy = self.getY(series.values[i].value, chart);
+			var top = cy - radius;
+			var left = cx - radius;
+			var point = document.createElement("v:oval");
+			point.setAttribute("fillcolor", series.color);
+			point.setAttribute("title", series.label + ": " + series.values[i].value + " (" + size + ")");
+			point.setAttribute("stroked", "false");
+			point.style.position = "absolute";
+			point.style.top = top + "px";
+			point.style.left = left + "px";
+			point.style.width = diameter + "px";
+			point.style.height = diameter + "px";
+			var fill = document.createElement("v:fill");
+			fill.setAttribute("opacity", "0.8");
+			point.appendChild(fill);
+			chart.dataGroup.appendChild(point);
+		}
+	};
+}();
+

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/geronimo-dojo-0.4.3/src/main/webapp/src/widget/vml/Chart.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain