~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-appserver/samples/WOxExtTest/TimeField.wox

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' standalone='yes'?>
 
2
<var:component className="Frame" title="name"
 
3
           xmlns="http://www.w3.org/1999/xhtml"
 
4
           xmlns:var="http://www.skyrix.com/od/binding"
 
5
           xmlns:const="http://www.skyrix.com/od/constant">
 
6
 
 
7
  <form var:action="self">
 
8
 
 
9
    <var:time-field hour="hour" minute="minute" second="second"
 
10
                    const:hourInterval="2"
 
11
                    const:minuteInterval="10"
 
12
                    const:secondInterval="30"
 
13
                    useTextField="useTextField"/>
 
14
    <br/><br/>
 
15
 
 
16
    <var:time-field date="date"
 
17
                    const:hourInterval="2"
 
18
                    const:minuteInterval="10"
 
19
                    const:secondInterval="30"
 
20
                    useTextField="useTextField"/>
 
21
    <br/><br/>
 
22
 
 
23
    useTextField: <input type="checkbox" var:checked="useTextField"/>
 
24
    <br/>
 
25
 
 
26
    <input type="submit" value="apply"/>
 
27
  </form>
 
28
</var:component>