Revision: 4630
Author:   seba.wagner
Date:     Sun Nov 27 03:59:53 2011
Log:      Add some files
http://code.google.com/p/openmeetings/source/detail?r=4630

Added:
 /trunk/singlewebapp/test/core/lfc/audio.lzx
 /trunk/singlewebapp/test/core/lfc/face.lzx
 /trunk/singlewebapp/test/core/lfc/font.lzx
 /trunk/singlewebapp/test/core/lfc/frame.lzx
 /trunk/singlewebapp/test/core/lfc/inputtext.lzx
 /trunk/singlewebapp/test/core/lfc/node.lzx
 /trunk/singlewebapp/test/core/lfc/resource.lzx
 /trunk/singlewebapp/test/core/lfc/splash.lzx
 /trunk/singlewebapp/test/core/lfc/text.lzx
 /trunk/singlewebapp/test/core/lfc/view.lzx

=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/audio.lzx Sun Nov 27 03:59:53 2011
@@ -0,0 +1,5 @@
+<class name="audio" extends="false">
+
+    <attribute name="src" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/face.lzx  Sun Nov 27 03:59:53 2011
@@ -0,0 +1,6 @@
+<class name="face" extends="false">
+
+    <attribute name="src" type="url" />
+ <attribute name="style" type="pattern" value="bold|italic|bold italic| italic bold|plain"/>
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/font.lzx  Sun Nov 27 03:59:53 2011
@@ -0,0 +1,6 @@
+<class name="font" extends="false">
+
+    <attribute name="name" type="token" />
+    <attribute name="src" type="url" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/frame.lzx Sun Nov 27 03:59:53 2011
@@ -0,0 +1,6 @@
+<class name="frame" extends="false">
+
+    <attribute name="name" type="token" />
+    <attribute name="src" type="src" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/inputtext.lzx     Sun Nov 27 03:59:53 2011
@@ -0,0 +1,6 @@
+<class name="inputtext" extends="text">
+
+    <attribute name="enabled" />
+    <attribute name="password" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/node.lzx  Sun Nov 27 03:59:53 2011
@@ -0,0 +1,22 @@
+<class name="node" >
+
+       <attribute name="classroot" />
+       <attribute name="cloneManager" />
+       <attribute name="data" />
+       <attribute name="datapath" />
+       <attribute name="defaultplacement" />
+       <attribute name="id" />
+       <attribute name="ignoreplacement" />
+       <attribute name="immediateparent" />
+       <attribute name="inited" />
+       <attribute name="initstage" />
+       <attribute name="name" />
+       <attribute name="nodeLevel" />
+       <attribute name="options" />
+       <attribute name="parent" />
+       <attribute name="placement" />
+       <attribute name="styleclass" />
+       <attribute name="subnodes" />
+       <attribute name="transition" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/resource.lzx      Sun Nov 27 03:59:53 2011
@@ -0,0 +1,8 @@
+<class name="resource" extends="false">
+
+    <attribute name="name" />
+    <attribute name="offsetx" />
+    <attribute name="offsety" />
+    <attribute name="src" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/splash.lzx        Sun Nov 27 03:59:53 2011
@@ -0,0 +1,11 @@
+<class name="splash" extends="node">
+
+    <attribute name="persistent" />
+    <attribute name="center" />
+    <attribute name="name" />
+    <attribute name="ratio" />
+    <attribute name="resource" />
+    <attribute name="x" />
+    <attribute name="y" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/text.lzx  Sun Nov 27 03:59:53 2011
@@ -0,0 +1,30 @@
+<class name="text" extends="view">
+
+       <attribute name="antiAliasType" />
+       <attribute name="cdata" />
+       <attribute name="direction" />
+       <attribute name="gridFit" />
+       <attribute name="hscroll" />
+       <attribute name="letterspacing" />
+       <attribute name="lineheight" />
+       <attribute name="maxhscroll" />
+       <attribute name="maxlength" />
+       <attribute name="maxscroll" />
+       <attribute name="multiline" />
+       <attribute name="pattern" />
+       <attribute name="resize" />
+       <attribute name="scroll" />
+       <attribute name="scrollevents" />
+       <attribute name="scrollheight" />
+       <attribute name="scrollwidth" />
+       <attribute name="selectable" />
+       <attribute name="sharpness" />
+       <attribute name="text" />
+       <attribute name="textalign" />
+       <attribute name="textdecoration" />
+       <attribute name="textindent" />
+       <attribute name="thickness" />
+       <attribute name="xscroll" />
+       <attribute name="yscroll" />
+
+</class>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/view.lzx  Sun Nov 27 03:59:53 2011
@@ -0,0 +1,71 @@
+<class name="view" extends="node" >
+
+       <attribute name="aaactive" />
+       <attribute name="aadescription" />
+       <attribute name="aaname" />
+       <attribute name="aasilent" />
+       <attribute name="aatabindex" />
+       <attribute name="align" />
+       <attribute name="backgroundrepeat" />
+       <attribute name="bgcolor" />
+       <attribute name="cachebitmap" />
+       <attribute name="capabilities" />
+       <attribute name="clickable" />
+       <attribute name="clickregion" />
+       <attribute name="clip" />
+       <attribute name="colortransform" />
+       <attribute name="context" />
+       <attribute name="contextmenu" />
+       <attribute name="cornerradius" />
+       <attribute name="cursor" />
+       <attribute name="fgcolor" />
+       <attribute name="focusable" />
+       <attribute name="focustrap" />
+       <attribute name="font" />
+       <attribute name="fontsize" />
+       <attribute name="fontstyle" />
+       <attribute name="frame" />
+       <attribute name="framesloadratio" />
+       <attribute name="hasdirectionallayout" />
+       <attribute name="hassetheight" />
+       <attribute name="hassetwidth" />
+       <attribute name="height" />
+       <attribute name="layout" />
+       <attribute name="loadratio" />
+       <attribute name="mask" />
+       <attribute name="opacity" />
+       <attribute name="pixellock" />
+       <attribute name="playing" />
+       <attribute name="proxyurl" />
+       <attribute name="resource" />
+       <attribute name="resourceheight" />
+       <attribute name="resourcewidth" />
+       <attribute name="rotation" />
+       <attribute name="shadowangle" />
+       <attribute name="shadowblurradius" />
+       <attribute name="shadowcolor" />
+       <attribute name="shadowdistance" />
+       <attribute name="showhandcursor" />
+       <attribute name="source" />
+       <attribute name="stretches" />
+       <attribute name="subviews" />
+       <attribute name="tintcolor" />
+       <attribute name="totalframes" />
+       <attribute name="unstretchedheight" />
+       <attribute name="unstretchedwidth" />
+       <attribute name="usegetbounds" />
+       <attribute name="valign" />
+       <attribute name="visibility" />
+       <attribute name="visible" />
+       <attribute name="width" />
+       <attribute name="x" />
+       <attribute name="xoffset" />
+       <attribute name="xscale" />
+       <attribute name="y" />
+       <attribute name="yoffset" />
+       <attribute name="yscale" />
+
+       <!-- extra attributes -->
+       <attribute name="with" />
+
+</class>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to