[Bojangles-cvs] cvs: bojangles /widget_definitions form.xml htmlwindow.xml
Status: Alpha
Brought to you by:
nehresma
From: kai5263499 <boj...@li...> - 2002-08-14 15:22:41
|
kai5263499 Wed Aug 14 08:22:40 2002 EDT Added files: /bojangles/widget_definitions htmlwindow.xml Modified files: /bojangles/widget_definitions form.xml Log: Added HTMLWindow widget to accomodate draggable windows in centrallix. Index: bojangles/widget_definitions/form.xml diff -u bojangles/widget_definitions/form.xml:1.1 bojangles/widget_definitions/form.xml:1.2 --- bojangles/widget_definitions/form.xml:1.1 Wed Aug 14 07:11:41 2002 +++ bojangles/widget_definitions/form.xml Wed Aug 14 08:22:39 2002 @@ -5,8 +5,8 @@ <class>container</class> <visible>true</visible> <initial_settings> - <x>5</x> - <y>5</y> + <x>20</x> + <y>20</y> <width>100</width> <height>100</height> <bgcolor>#77CBEE</bgcolor> @@ -17,7 +17,7 @@ <properties> <title> <represent_as>text</represent_as> - <default>bojangles generated application</default> + <default>generic form</default> </title> <bgcolor> <represent_as>color</represent_as> Index: bojangles/widget_definitions/htmlwindow.xml +++ bojangles/widget_definitions/htmlwindow.xml <widget> <name>htmlwindow</name> <displayname>HMTLWindow</displayname> <outer_type>widget/htmlwindow</outer_type> <class>container</class> <visible>true</visible> <initial_settings> <x>20</x> <y>20</y> <width>100</width> <height>100</height> <bgcolor>#77CBEE</bgcolor> </initial_settings> <resizable>true</resizable> <moveable>true</moveable> <max_per_document></max_per_document> <properties> <title> <represent_as>text</represent_as> <default>generic htmlwindow</default> </title> <bgcolor> <represent_as>color</represent_as> <default>#77CBEE</default> </bgcolor> <textcolor> <represent_as>color</represent_as> <default>#000000</default> </textcolor> <width>100</width> <height>100</height> </properties> </widget> |