PROP : Set default values for color and size. 52/20252/1
authornakyoung2.choi <nakyoung2.choi@samsung.com>
Wed, 30 Apr 2014 05:59:54 +0000 (14:59 +0900)
committernakyoung2.choi <nakyoung2.choi@samsung.com>
Wed, 30 Apr 2014 05:59:54 +0000 (14:59 +0900)
Change-Id: I2d2518ce689e37f4c1d3c1f18e218c6261b9caa2
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
templates/Template/Tizen Web UI Builder/1.EmptyProject/project/tizen-ui-builder-tool/res/descriptors/Tizen-web-ui-fw/CSSProperties.xml
templates/Template/Tizen Web UI Builder/2.SinglePageProject/project/tizen-ui-builder-tool/res/descriptors/Tizen-web-ui-fw/CSSProperties.xml
templates/Template/Tizen Web UI Builder/3.MultiPageProject/project/tizen-ui-builder-tool/res/descriptors/Tizen-web-ui-fw/CSSProperties.xml
templates/Template/Tizen Web UI Builder/4.NavigationProject/project/tizen-ui-builder-tool/res/descriptors/Tizen-web-ui-fw/CSSProperties.xml

index 81b27aa..98a5a34 100644 (file)
                <property name="letter-spacing" type="text@letter-spacing" displayName="Space"></property>
                <property name="line-height" type="text@line-height" displayName="Height"></property>
                <property name="-webkit-text-stroke-color" type="color" displayName="Stroke" inline="true"></property>
-               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true"></property>
+               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true" default="0px"></property>
                <property name="text-shadow" type="group" displayName="Shadow">
-                       <property name="text-shadow.color" type="color" displayName=""></property>
+                       <property name="text-shadow.color" type="color" displayName="" default="#000000"></property>
                        <property name="empty" type="empty" inline="true"></property>
-                       <property name="text-shadow.x" type="size" displayName="X" default="0"></property>
-                       <property name="text-shadow.y" type="size" displayName="Y" default="0"></property>
-                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0"></property>
+                       <property name="text-shadow.x" type="size" displayName="X" default="0px"></property>
+                       <property name="text-shadow.y" type="size" displayName="Y" default="0px"></property>
+                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0px"></property>
                </property>
        </property>
     </category>
     </category>
     <category name="border" displayName="Border" brief="%border%" folding="border-top, border-bottom, border-left, border-right">
        <property name="border" type="group-border" displayName="All">
-               <property name="border.color" type="color"></property>
-               <property name="border.width" type="size"></property>
+               <property name="border.color" type="color" default="#000000"></property>
+               <property name="border.width" type="size" default="0px"></property>
                <property name="border.style" type="border@style" default=""></property>
        </property>
        <property name="border-top" type="group-border" displayName="Top">
-               <property name="border-top.color" type="color"></property>
-               <property name="border-top.width" type="size"></property>
+               <property name="border-top.color" type="color" default="#000000"></property>
+               <property name="border-top.width" type="size" default="0px"></property>
                <property name="border-top.style" type="border@style" default=""></property>
        </property>
        <property name="border-bottom" type="group-border" displayName="Bottom">
-               <property name="border-bottom.color" type="color"></property>
-               <property name="border-bottom.width" type="size"></property>
+               <property name="border-bottom.color" type="color" default="#000000"></property>
+               <property name="border-bottom.width" type="size" default="0px"></property>
                <property name="border-bottom.style" type="border@style" default=""></property>
        </property>
        <property name="border-left" type="group-border" displayName="Left">
-               <property name="border-left.color" type="color"></property>
-               <property name="border-left.width" type="size"></property>
+               <property name="border-left.color" type="color" default="#000000"></property>
+               <property name="border-left.width" type="size" default="0px"></property>
                <property name="border-left.style" type="border@style" default=""></property>
        </property>
        <property name="border-right" type="group-border" displayName="Right">
-               <property name="border-right.color" type="color"></property>
-               <property name="border-right.width" type="size"></property>
+               <property name="border-right.color" type="color" default="#000000"></property>
+               <property name="border-right.width" type="size" default="0px"></property>
                <property name="border-right.style" type="border@style" default=""></property>
        </property>
        
 
     <category name="shadow" displayName="Shadow" brief="">
        <property name="box-shadow" type="group" displayName="">
-               <property name="box-shadow.color" type="color" displayName="Color"></property>
+               <property name="box-shadow.color" type="color" displayName="Color" default="#000000"></property>
                <property name="empty" type="empty" inline="true"></property>
-               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0"></property>
-               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0"></property>
-               <property name="box-shadow.blur" type="size" displayName="Blur" default="0"></property>
-               <property name="box-shadow.spread" type="size" displayName="Spread" default="0"></property>
+               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0px"></property>
+               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0px"></property>
+               <property name="box-shadow.blur" type="size" displayName="Blur" default="0px"></property>
+               <property name="box-shadow.spread" type="size" displayName="Spread" default="0px"></property>
        </property>
     </category>
     <category name="metrics" displayName="Metrics" brief="">
index 81b27aa..98a5a34 100644 (file)
                <property name="letter-spacing" type="text@letter-spacing" displayName="Space"></property>
                <property name="line-height" type="text@line-height" displayName="Height"></property>
                <property name="-webkit-text-stroke-color" type="color" displayName="Stroke" inline="true"></property>
-               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true"></property>
+               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true" default="0px"></property>
                <property name="text-shadow" type="group" displayName="Shadow">
-                       <property name="text-shadow.color" type="color" displayName=""></property>
+                       <property name="text-shadow.color" type="color" displayName="" default="#000000"></property>
                        <property name="empty" type="empty" inline="true"></property>
-                       <property name="text-shadow.x" type="size" displayName="X" default="0"></property>
-                       <property name="text-shadow.y" type="size" displayName="Y" default="0"></property>
-                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0"></property>
+                       <property name="text-shadow.x" type="size" displayName="X" default="0px"></property>
+                       <property name="text-shadow.y" type="size" displayName="Y" default="0px"></property>
+                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0px"></property>
                </property>
        </property>
     </category>
     </category>
     <category name="border" displayName="Border" brief="%border%" folding="border-top, border-bottom, border-left, border-right">
        <property name="border" type="group-border" displayName="All">
-               <property name="border.color" type="color"></property>
-               <property name="border.width" type="size"></property>
+               <property name="border.color" type="color" default="#000000"></property>
+               <property name="border.width" type="size" default="0px"></property>
                <property name="border.style" type="border@style" default=""></property>
        </property>
        <property name="border-top" type="group-border" displayName="Top">
-               <property name="border-top.color" type="color"></property>
-               <property name="border-top.width" type="size"></property>
+               <property name="border-top.color" type="color" default="#000000"></property>
+               <property name="border-top.width" type="size" default="0px"></property>
                <property name="border-top.style" type="border@style" default=""></property>
        </property>
        <property name="border-bottom" type="group-border" displayName="Bottom">
-               <property name="border-bottom.color" type="color"></property>
-               <property name="border-bottom.width" type="size"></property>
+               <property name="border-bottom.color" type="color" default="#000000"></property>
+               <property name="border-bottom.width" type="size" default="0px"></property>
                <property name="border-bottom.style" type="border@style" default=""></property>
        </property>
        <property name="border-left" type="group-border" displayName="Left">
-               <property name="border-left.color" type="color"></property>
-               <property name="border-left.width" type="size"></property>
+               <property name="border-left.color" type="color" default="#000000"></property>
+               <property name="border-left.width" type="size" default="0px"></property>
                <property name="border-left.style" type="border@style" default=""></property>
        </property>
        <property name="border-right" type="group-border" displayName="Right">
-               <property name="border-right.color" type="color"></property>
-               <property name="border-right.width" type="size"></property>
+               <property name="border-right.color" type="color" default="#000000"></property>
+               <property name="border-right.width" type="size" default="0px"></property>
                <property name="border-right.style" type="border@style" default=""></property>
        </property>
        
 
     <category name="shadow" displayName="Shadow" brief="">
        <property name="box-shadow" type="group" displayName="">
-               <property name="box-shadow.color" type="color" displayName="Color"></property>
+               <property name="box-shadow.color" type="color" displayName="Color" default="#000000"></property>
                <property name="empty" type="empty" inline="true"></property>
-               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0"></property>
-               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0"></property>
-               <property name="box-shadow.blur" type="size" displayName="Blur" default="0"></property>
-               <property name="box-shadow.spread" type="size" displayName="Spread" default="0"></property>
+               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0px"></property>
+               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0px"></property>
+               <property name="box-shadow.blur" type="size" displayName="Blur" default="0px"></property>
+               <property name="box-shadow.spread" type="size" displayName="Spread" default="0px"></property>
        </property>
     </category>
     <category name="metrics" displayName="Metrics" brief="">
index 81b27aa..98a5a34 100644 (file)
                <property name="letter-spacing" type="text@letter-spacing" displayName="Space"></property>
                <property name="line-height" type="text@line-height" displayName="Height"></property>
                <property name="-webkit-text-stroke-color" type="color" displayName="Stroke" inline="true"></property>
-               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true"></property>
+               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true" default="0px"></property>
                <property name="text-shadow" type="group" displayName="Shadow">
-                       <property name="text-shadow.color" type="color" displayName=""></property>
+                       <property name="text-shadow.color" type="color" displayName="" default="#000000"></property>
                        <property name="empty" type="empty" inline="true"></property>
-                       <property name="text-shadow.x" type="size" displayName="X" default="0"></property>
-                       <property name="text-shadow.y" type="size" displayName="Y" default="0"></property>
-                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0"></property>
+                       <property name="text-shadow.x" type="size" displayName="X" default="0px"></property>
+                       <property name="text-shadow.y" type="size" displayName="Y" default="0px"></property>
+                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0px"></property>
                </property>
        </property>
     </category>
     </category>
     <category name="border" displayName="Border" brief="%border%" folding="border-top, border-bottom, border-left, border-right">
        <property name="border" type="group-border" displayName="All">
-               <property name="border.color" type="color"></property>
-               <property name="border.width" type="size"></property>
+               <property name="border.color" type="color" default="#000000"></property>
+               <property name="border.width" type="size" default="0px"></property>
                <property name="border.style" type="border@style" default=""></property>
        </property>
        <property name="border-top" type="group-border" displayName="Top">
-               <property name="border-top.color" type="color"></property>
-               <property name="border-top.width" type="size"></property>
+               <property name="border-top.color" type="color" default="#000000"></property>
+               <property name="border-top.width" type="size" default="0px"></property>
                <property name="border-top.style" type="border@style" default=""></property>
        </property>
        <property name="border-bottom" type="group-border" displayName="Bottom">
-               <property name="border-bottom.color" type="color"></property>
-               <property name="border-bottom.width" type="size"></property>
+               <property name="border-bottom.color" type="color" default="#000000"></property>
+               <property name="border-bottom.width" type="size" default="0px"></property>
                <property name="border-bottom.style" type="border@style" default=""></property>
        </property>
        <property name="border-left" type="group-border" displayName="Left">
-               <property name="border-left.color" type="color"></property>
-               <property name="border-left.width" type="size"></property>
+               <property name="border-left.color" type="color" default="#000000"></property>
+               <property name="border-left.width" type="size" default="0px"></property>
                <property name="border-left.style" type="border@style" default=""></property>
        </property>
        <property name="border-right" type="group-border" displayName="Right">
-               <property name="border-right.color" type="color"></property>
-               <property name="border-right.width" type="size"></property>
+               <property name="border-right.color" type="color" default="#000000"></property>
+               <property name="border-right.width" type="size" default="0px"></property>
                <property name="border-right.style" type="border@style" default=""></property>
        </property>
        
 
     <category name="shadow" displayName="Shadow" brief="">
        <property name="box-shadow" type="group" displayName="">
-               <property name="box-shadow.color" type="color" displayName="Color"></property>
+               <property name="box-shadow.color" type="color" displayName="Color" default="#000000"></property>
                <property name="empty" type="empty" inline="true"></property>
-               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0"></property>
-               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0"></property>
-               <property name="box-shadow.blur" type="size" displayName="Blur" default="0"></property>
-               <property name="box-shadow.spread" type="size" displayName="Spread" default="0"></property>
+               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0px"></property>
+               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0px"></property>
+               <property name="box-shadow.blur" type="size" displayName="Blur" default="0px"></property>
+               <property name="box-shadow.spread" type="size" displayName="Spread" default="0px"></property>
        </property>
     </category>
     <category name="metrics" displayName="Metrics" brief="">
index 81b27aa..98a5a34 100644 (file)
                <property name="letter-spacing" type="text@letter-spacing" displayName="Space"></property>
                <property name="line-height" type="text@line-height" displayName="Height"></property>
                <property name="-webkit-text-stroke-color" type="color" displayName="Stroke" inline="true"></property>
-               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true"></property>
+               <property name="-webkit-text-stroke-width" type="size" displayName="Width" inline="true" default="0px"></property>
                <property name="text-shadow" type="group" displayName="Shadow">
-                       <property name="text-shadow.color" type="color" displayName=""></property>
+                       <property name="text-shadow.color" type="color" displayName="" default="#000000"></property>
                        <property name="empty" type="empty" inline="true"></property>
-                       <property name="text-shadow.x" type="size" displayName="X" default="0"></property>
-                       <property name="text-shadow.y" type="size" displayName="Y" default="0"></property>
-                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0"></property>
+                       <property name="text-shadow.x" type="size" displayName="X" default="0px"></property>
+                       <property name="text-shadow.y" type="size" displayName="Y" default="0px"></property>
+                       <property name="text-shadow.blur" type="size" displayName="Blur" default="0px"></property>
                </property>
        </property>
     </category>
     </category>
     <category name="border" displayName="Border" brief="%border%" folding="border-top, border-bottom, border-left, border-right">
        <property name="border" type="group-border" displayName="All">
-               <property name="border.color" type="color"></property>
-               <property name="border.width" type="size"></property>
+               <property name="border.color" type="color" default="#000000"></property>
+               <property name="border.width" type="size" default="0px"></property>
                <property name="border.style" type="border@style" default=""></property>
        </property>
        <property name="border-top" type="group-border" displayName="Top">
-               <property name="border-top.color" type="color"></property>
-               <property name="border-top.width" type="size"></property>
+               <property name="border-top.color" type="color" default="#000000"></property>
+               <property name="border-top.width" type="size" default="0px"></property>
                <property name="border-top.style" type="border@style" default=""></property>
        </property>
        <property name="border-bottom" type="group-border" displayName="Bottom">
-               <property name="border-bottom.color" type="color"></property>
-               <property name="border-bottom.width" type="size"></property>
+               <property name="border-bottom.color" type="color" default="#000000"></property>
+               <property name="border-bottom.width" type="size" default="0px"></property>
                <property name="border-bottom.style" type="border@style" default=""></property>
        </property>
        <property name="border-left" type="group-border" displayName="Left">
-               <property name="border-left.color" type="color"></property>
-               <property name="border-left.width" type="size"></property>
+               <property name="border-left.color" type="color" default="#000000"></property>
+               <property name="border-left.width" type="size" default="0px"></property>
                <property name="border-left.style" type="border@style" default=""></property>
        </property>
        <property name="border-right" type="group-border" displayName="Right">
-               <property name="border-right.color" type="color"></property>
-               <property name="border-right.width" type="size"></property>
+               <property name="border-right.color" type="color" default="#000000"></property>
+               <property name="border-right.width" type="size" default="0px"></property>
                <property name="border-right.style" type="border@style" default=""></property>
        </property>
        
 
     <category name="shadow" displayName="Shadow" brief="">
        <property name="box-shadow" type="group" displayName="">
-               <property name="box-shadow.color" type="color" displayName="Color"></property>
+               <property name="box-shadow.color" type="color" displayName="Color" default="#000000"></property>
                <property name="empty" type="empty" inline="true"></property>
-               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0"></property>
-               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0"></property>
-               <property name="box-shadow.blur" type="size" displayName="Blur" default="0"></property>
-               <property name="box-shadow.spread" type="size" displayName="Spread" default="0"></property>
+               <property name="box-shadow.horizontal" type="size" displayName="Horz" default="0px"></property>
+               <property name="box-shadow.vertical" type="size" displayName="Vert" default="0px"></property>
+               <property name="box-shadow.blur" type="size" displayName="Blur" default="0px"></property>
+               <property name="box-shadow.spread" type="size" displayName="Spread" default="0px"></property>
        </property>
     </category>
     <category name="metrics" displayName="Metrics" brief="">