~jozilla/uiml.net/uiml.net-tp

« back to all changes in this revision

Viewing changes to examples/swf/templates/swfScrollableTextbox.uiml

  • Committer: Jo Vermeulen
  • Date: 2007-01-18 14:49:17 UTC
  • Revision ID: jo.vermeulen@uhasselt.be-20070118144917-vx38lkbotqor0dpv
Added template examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!-- <!DOCTYPE uiml PUBLIC "-//Harmonia//DTD UIML 2.0 Draft//EN" "UIML3_0a.dtd"> -->
 
3
<uiml>
 
4
        <interface>
 
5
                <structure>
 
6
                <part id="con" class="Container">                       
 
7
                        <part id="output" class="Text"/>                        
 
8
                </part>
 
9
                </structure>
 
10
                <style>
 
11
                        <property part-name="con" name="size">400,400</property>
 
12
                        <!-- multiline should be set automatically for a Text class -->
 
13
                        <property part-name="output" name="multiline">true</property>
 
14
                        <property part-name="output" name="position">20,20</property>
 
15
                        <property part-name="output" name="text">Fill me in on the very, very, very, very long, extremely boring details. And do it again, and again, and again and again. Pheww, this is really boring. But we'll just continue to whine about the advantages of supporting scrollbars. Scrollbars can skip big chunks of boring text!</property>
 
16
                        <property part-name="output" name="scrollbars">Both</property>
 
17
                        <property part-name="output" name="size">200,85</property>
 
18
                </style>
 
19
        </interface>
 
20
        <peers>
 
21
                <presentation base="swf-1.1.uiml"/>
 
22
        </peers>
 
23
</uiml>