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

« back to all changes in this revision

Viewing changes to examples/swf/layout/swfBlog.uiml

  • Committer: Jo Vermeulen
  • Date: 2007-09-05 14:26:30 UTC
  • mfrom: (249.1.16 Uiml.net)
  • Revision ID: jo.vermeulen@uhasselt.be-20070905142630-w5eafpsfntbgz0ko
Merged with Jo's main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                </layout> 
67
67
                <style>
68
68
                        <property part-name="blogentry" name="scrollbars">Both</property>
69
 
                        <!-- this property should be set automatically -->
70
 
                        <property part-name="blogentry" name="multiline">true</property>
71
69
                
72
70
                        <property part-name="update" name="label">Update</property>
73
71
                        <property part-name="newpost" name="label">New Post</property>
85
83
                </style>
86
84
        </interface>
87
85
        <peers>
88
 
                <presentation base="../vocabularies/swf-1.1.uiml"/> 
 
86
                <presentation base="swf-1.1.uiml"/> 
89
87
        </peers>
90
88
</uiml>
91
89