[interchange-cvs] interchange - heins modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Sep 27 11:19:01 2002


User:      heins
Date:      2002-09-27 15:18:02 GMT
Modified:  dist/lib/UI/pages/include component_editor template_editor
Log:
* Fix table-editor calls, which were relying on bugs in old table-editor
  to work. 8-)

Revision  Changes    Path
1.3       +6 -2      interchange/dist/lib/UI/pages/include/component_editor


rev 1.3, prev_rev 1.2
Index: component_editor
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/component_editor,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- component_editor	13 Sep 2002 20:46:21 -0000	1.2
+++ component_editor	27 Sep 2002 15:18:01 -0000	1.3
@@ -263,8 +263,12 @@
 		js_changed=3Dchanged
 		override.ui_body_text=3D`$Scratch->{c_content}`
 		table=3Dmv_metadata
-		ui_data_fields=3D"ui_body_text"
-		ui_display_only=3D"ui_body_text"
+		ui_data_fields=3D"code ui_body_text"
+		notable=3D1
+		no-table-meta=3D1
+		widget.ui_body_text=3D"textarea"
+		width.ui_body_text=3D"90"
+		height.ui_body_text=3D"42"
 		ui_hide_key=3D1
 		view=3Dui_component
 		]



1.4       +6 -3      interchange/dist/lib/UI/pages/include/template_editor


rev 1.4, prev_rev 1.3
Index: template_editor
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/template_editor,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- template_editor	13 Sep 2002 20:46:21 -0000	1.3
+++ template_editor	27 Sep 2002 15:18:01 -0000	1.4
@@ -337,7 +337,6 @@
 					onReset=3D"submitted('[reg-param where]')"
 				|
 				action=3Dback
-				height.ui_body_text=3D"40"
 				href=3D"[area silent/ce_modify]"
 				hidden.ui_content_op=3Dmodify_body
 				hidden.ui_name=3D[reg-parent ui_name]
@@ -351,12 +350,16 @@
 				nocancel=3D1
 				override.ui_body_text=3D`$Scratch->{c_content}`
 				show_reset=3D1
-				table=3Dmv_metadata
+				notable=3D1
+				no-table-meta=3D1
+				widget.ui_body_text=3D"textarea"
+				width.ui_body_text=3D"90"
+				height.ui_body_text=3D"40"
 				ui_data_fields=3D"code ui_body_text"
 				ui_display_only=3D"ui_body_text"
 				ui_hide_key=3D1
 				view=3Dui_component
-				]
+				][/table-editor]
 		[/if-reg-param]
 	</div>
 [/regions]