Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_button.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_button.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_button.html	(revision 1233)
@@ -56,4 +56,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_checkbox.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_checkbox.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_checkbox.html	(revision 1233)
@@ -54,4 +54,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_flash/fck_flash.js
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_flash/fck_flash.js	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_flash/fck_flash.js	(revision 1233)
@@ -78,4 +78,6 @@
 	// Activate the "OK" button.
 	dialog.SetOkButton( true ) ;
+
+	SelectField( 'txtUrl' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_form.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_form.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_form.html	(revision 1233)
@@ -54,4 +54,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_hiddenfield.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_hiddenfield.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_hiddenfield.html	(revision 1233)
@@ -63,4 +63,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_link/fck_link.js
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_link/fck_link.js	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_link/fck_link.js	(revision 1233)
@@ -160,4 +160,5 @@
 	// Activate the "OK" button.
 	dialog.SetOkButton( true ) ;
+	SelectField( 'txtUrl' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_listprop.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_listprop.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_listprop.html	(revision 1233)
@@ -67,4 +67,6 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+
+	SelectField( 'txtStartPosition' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_radiobutton.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_radiobutton.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_radiobutton.html	(revision 1233)
@@ -54,4 +54,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_replace.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_replace.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_replace.html	(revision 1233)
@@ -73,5 +73,4 @@
 	else
 		dialog.SetSelectedTab( 'Replace' ) ;
-
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_select.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_select.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_select.html	(revision 1233)
@@ -72,4 +72,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html	(revision 1233)
@@ -95,4 +95,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtRows' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_tablecell.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_tablecell.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_tablecell.html	(revision 1233)
@@ -49,4 +49,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtWidth' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textarea.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textarea.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textarea.html	(revision 1233)
@@ -54,4 +54,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textfield.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textfield.html	(revision 1232)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textfield.html	(revision 1233)
@@ -58,4 +58,5 @@
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
+	SelectField( 'txtName' ) ;
 }
 
