Revision: 3780
http://vexi.svn.sourceforge.net/vexi/?rev=3780&view=rev
Author: jeffbuhrt
Date: 2010-01-19 16:31:36 +0000 (Tue, 19 Jan 2010)
Log Message:
-----------
changed to allow air theme to call without getting a core layout error
Modified Paths:
--------------
trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t
Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t
2010-01-15 19:28:18 UTC (rev 3779)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t
2010-01-19 16:31:36 UTC (rev 3780)
@@ -4,7 +4,9 @@
xmlns:conf="vexi.conf"
xmlns:lib="org.vexi.lib"
xmlns:lay="vexi.layout"
- xmlns:util="vexi.util">
+ xmlns:util="vexi.util"
+ xmlns:classic="org.vexi.theme.classic" >
+
<meta:doc>
<author>Charles Goodwin</author>
</meta:doc>
@@ -14,7 +16,7 @@
<util:date />
<bevel blockPress="true" form="down" margin="3" shrink="true">
<ui:box layout="layer" hshrink="true">
- <button id="select" cursor="hand" fill="#d4d0c8" focusable="false"
margin="0" shrink="false" />
+ <classic:button id="select" cursor="hand" fill="#d4d0c8"
focusable="false" margin="0" shrink="false" />
<lay:pad padding="1 2 2 2"><ui:box shrink="true"
fill=":.image.datepicker" /></lay:pad>
</ui:box>
<lay:pad id="bg" fill="white" orient="vertical" padding="3"
shrink="true">
@@ -30,12 +32,12 @@
</ui:box>
</lay:pad>
<ui:box orient="vertical" width="15">
- <button id="more" focusable="false" minheight="9" repeats="true"
shrink="false">
+ <classic:button id="more" focusable="false" minheight="9"
repeats="true" shrink="false">
<lay:pad padding="0 3"><ui:box fill=":.image.arrowup_small"
shrink="true" /></lay:pad>
- </button>
- <button id="less" focusable="false" minheight="9" repeats="true"
shrink="false">
+ </classic:button>
+ <classic:button id="less" focusable="false" minheight="9"
repeats="true" shrink="false">
<lay:pad padding="0 3"><ui:box fill=":.image.arrowdown_small"
shrink="true" /></lay:pad>
- </button>
+ </classic:button>
</ui:box>
<lay:border id="popbox" orient="vertical" border="black" depth="1"
fill="white">
<datepicker id="datepicker" minwidth="200" minheight="160"
shrink="true" />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn