Modificare il file:
\FckEditor\plugins\aaeditor\aaeditor.html
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$lang_style_title}</title> <script language="javascript" type="text/javascript" src="aaeditor/aa.js"></script> <script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> <link type="text/css" rel="stylesheet" href="aaeditor/aa.css"></link> <script language="JavaScript"> function SelectTextColor() { oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnTextColor, window ) ; } function SelectBackgroundColor() { oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnBackgroundColor, window ) ; } function SelectBorderColorTop() { oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnBorderColorTop, window ) ; } function SelectBorderColorRight() { if(document.getElementById('border_color_same').checked==false) oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnBorderColorRight, window ) ; } function SelectBorderColorLeft() { if(document.getElementById('border_color_same').checked==false) oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnBorderColorLeft, window ) ; } function SelectBorderColorBottom() { if(document.getElementById('border_color_same').checked==false) oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, ReturnBorderColorBottom, window ) ; } function ReturnTextColor( color ) { if ( color && color.length > 0 ) { document.getElementById('text_color').style.background = color ; RefreshPreview(); } } function ReturnBackgroundColor( color ) { if ( color && color.length > 0 ) { document.getElementById('background_color').style.background = color ; RefreshPreview(); } } function ReturnBorderColorTop( color ) { if ( color && color.length > 0 ) { document.getElementById('border_color_top').style.background = color ; if(document.getElementById('border_color_same').checked==true){ document.getElementById('border_color_right').style.background = color ; document.getElementById('border_color_left').style.background = color ; document.getElementById('border_color_bottom').style.background = color ; } RefreshPreview(); } } function ReturnBorderColorRight( color ) { if ( color && color.length > 0 ) { document.getElementById('border_color_right').style.background = color ; RefreshPreview(); } } function ReturnBorderColorLeft( color ) { if ( color && color.length > 0 ) { document.getElementById('border_color_left').style.background = color ; RefreshPreview(); } } function ReturnBorderColorBottom( color ) { if ( color && color.length > 0 ) { document.getElementById('border_color_bottom').style.background = color ; RefreshPreview(); } } function BrowseServer() { OpenFileBrowser(oEditor.FCKConfig.ImageBrowserURL,oEditor.FCKConfig.ImageBrowserWindowWidth,oEditor.FCKConfig.ImageBrowserWindowHeight ) ; return false; } function SetUrl( url, width, height, alt ) { document.getElementById('background_image').value=url; RefreshPreview(); } function RefreshPreview() { var prev=document.getElementById("text_preview"); prev.style.cssText=generateCSS(); } function _onload() { // Reset the preview RefreshPreview(); } </script> <base target="_self" /> </head> <body id="styleprops" onLoad="init();"> <form > <div class="panel_wrapper" style="height:15%;"> <div id="text_panel" class="panel current"> <table border="0" width="100%"> <tr> <td><label for="text_font" fckLang="DlgStyleTextFont">{$lang_style_text_font}</label></td> <td colspan="3"> <select name="text_font" onChange="RefreshPreview();" className="mceEditableSelect" id="text_font"> </select> </td> </tr> <tr> <td><label for="text_size" fckLang="DlgStyleTextSize">{$lang_style_text_size}</label></td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr> <td><select id="text_size" name="text_size" onChange="RefreshPreview();" className="mceEditableSelect"></select></td> <td> <select id="text_size_measurement" onChange="RefreshPreview();" name="text_size_measurement" className="mceEditableSelect"></select> </tr></table> </td> <td><label for="text_weight" fckLang="DlgStyleTextWeight">{$lang_style_text_weight}</label></td> <td> <select id="text_weight" name="text_weight" onChange="RefreshPreview();" className="mceEditableSelect"></select> </td> </tr> <tr> <td><label for="text_style" fckLang="DlgStyleTextStyle">{$lang_style_text_style}</label></td> <td> <select id="text_style" name="text_style" onChange="RefreshPreview();" className="mceEditableSelect"></select> </td> <td><label for="text_variant" fckLang="DlgStyleTextVariant">{$lang_style_text_variant}</label></td> <td> <select id="text_variant" onChange="RefreshPreview();" name="text_variant" className="mceEditableSelect"></select> </td> </tr> <tr> <td><label for="text_lineheight" fckLang="DlgStyleTextLineHeight">{$lang_style_text_lineheight}</label></td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr><td> <select onChange="RefreshPreview();" id="text_lineheight" name="text_lineheight" className="mceEditableSelect"></select> </td><td> <select onChange="RefreshPreview();" id="text_lineheight_measurement" name="text_lineheight_measurement"></select> </tr></table> </td> <td><label for="text_case" fckLang="DlgStyleTextCase">{$lang_style_text_case}</label></td> <td> <select id="text_case" name="text_case" className="mceEditableSelect" onChange="RefreshPreview();" ></select> </td> </tr> <tr> <td><label for="text_color" fckLang="DlgStyleTextColor">{$lang_style_text_color}</label></td> <td colspan="2"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="text_color" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectTextColor();"> </div></td> </tr> </table> </td> </tr> <tr> <td fckLang="DlgStyleTextDecoration"><label fckLang="DlgStyleTextDecoration"></label></td> <td colspan="2"> <table border="0" cellspacing="0" cellpadding="0"> <tr><td><input onChange="RefreshPreview();" id="text_underline" name="text_underline" class="checkbox" type="checkbox" /></td><td><label for="text_underline">underline</label></td></tr> <tr><td><input onChange="RefreshPreview();" id="text_overline" name="text_overline" class="checkbox" type="checkbox" /></td><td><label for="text_overline">overline</label></td></tr> <tr><td><input onChange="RefreshPreview();" id="text_linethrough" name="text_linethrough" class="checkbox" type="checkbox" /></td><td><label for="text_linethrough">line-through</label></td></tr> <tr><td><input onChange="RefreshPreview();" id="text_blink" name="text_blink" class="checkbox" type="checkbox" /></td><td><label for="text_blink">blink</label></td></tr> <tr><td><input onChange="RefreshPreview();" id="text_none" name="text_none" class="checkbox" type="checkbox" /></td><td><label for="text_none">none</label></td></tr> </table> </td> </tr> </table> </div> <div id="background_panel" class="panel"> <table border="0"> <tr> <td width="100"><label for="background_color" fckLang="DlgStyleBackgroundColor">{$lang_style_background_color}</label></td> <td width="100"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="background_color" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectBackgroundColor();"> </div></td> <td id="background_color_pickcontainer"> </td> </tr> </table> </td> </tr> <tr> <td><label for="background_image" fckLang="DlgStyleBackgroundImage">{$lang_style_background_image}</label></td> <td style="width:40;" width="40"><input id="background_image" name="background_image" size="45" type="text" className="mceEditableSelect"/></td> <td style="width:20;" width="20"><input type="image" src="aaeditor/images/browse.gif" onClick="return BrowseServer();"></td> </tr> <tr> <td><label for="background_repeat" fckLang="DlgStyleBackgroundRepeat">{$lang_style_background_repeat}</label></td> <td><select id="background_repeat" onChange="RefreshPreview();" name="background_repeat" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="background_attachment" fckLang="DlgStyleBackgroundAttachment">{$lang_style_background_attachment}</label></td> <td><select id="background_attachment" onChange="RefreshPreview();" name="background_attachment" className="mceEditableSelect"></select> </td> </tr> <tr> <td><label for="background_hpos" fckLang="DlgStyleBackgroundHpos">{$lang_style_background_hpos}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="background_hpos" name="background_hpos" className="mceEditableSelect"></select></td> <td> <select onChange="RefreshPreview();" id="background_hpos_measurement" name="background_hpos_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="background_vpos" fckLang="DlgStyleBackgroundVpos">{$lang_style_background_vpos}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="background_vpos" name="background_vpos" className="mceEditableSelect"></select></td> <td> <select onChange="RefreshPreview();" id="background_vpos_measurement" name="background_vpos_measurement"></select> </tr></table> </td> </tr> </table> </div> <div id="block_panel" class="panel"> <table border="0"> <tr> <td><label for="block_wordspacing" fckLang="DlgStyleBlockWordSpacing">{$lang_style_block_wordspacing}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="block_wordspacing" name="block_wordspacing" className="mceEditableSelect"></select></td> <td> <select onChange="RefreshPreview();" id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="block_letterspacing" fckLang="DlgStyleBlockLetterSpacing">{$lang_style_block_letterspacing}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="block_letterspacing" name="block_letterspacing" className="mceEditableSelect"></select></td> <td> <select onChange="RefreshPreview();" id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="block_vertical_alignment" fckLang="DlgStyleBlockVerticalAlignment">{$lang_style_block_vertical_alignment}</label></td> <td><select onChange="RefreshPreview();" id="block_vertical_alignment" name="block_vertical_alignment" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="block_text_align" fckLang="DlgStyleBlockTextAlign">{$lang_style_block_text_align}</label></td> <td><select onChange="RefreshPreview();" id="block_text_align" name="block_text_align" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="block_text_indent" fckLang="DlgStyleBlockTextIndent">{$lang_style_block_text_indent}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="block_text_indent" name="block_text_indent" /></td> <td> <select onChange="RefreshPreview();" id="block_text_indent_measurement" name="block_text_indent_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="block_whitespace" fckLang="DlgStyleBlockWhiteSpace">{$lang_style_block_whitespace}</label></td> <td><select onChange="RefreshPreview();" id="block_whitespace" name="block_whitespace" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="block_display" fckLang="DlgStyleBlockDisplay">{$lang_style_block_display}</label></td> <td><select onChange="RefreshPreview();" id="block_display" name="block_display" className="mceEditableSelect"></select></td> </tr> </table> </div> <div id="box_panel" class="panel"> <table border="0"> <tr> <td><label for="box_width" fckLang="DlgStyleBoxWidth">{$lang_style_box_width}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input type="text" id="box_width" name="box_width" onChange="synch('box_width','positioning_width');" /></td> <td> <select onChange="RefreshPreview();" id="box_width_measurement" name="box_width_measurement"></select> </tr></table> </td> <td> <label for="box_float" fckLang="DlgStyleBoxFloat">{$lang_style_box_float}</label></td> <td><select onChange="RefreshPreview();" id="box_float" name="box_float" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="box_height" fckLang="DlgStyleBoxHeight">{$lang_style_box_height}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input type="text" id="box_height"name="box_height" onChange="synch('box_height','positioning_height');" /></td> <td> <select onChange="RefreshPreview();" id="box_height_measurement" name="box_height_measurement"></select> </tr></table> </td> <td> <label for="box_clear" fckLang="DlgStyleBoxClear">{$lang_style_box_clear}</label></td> <td><select id="box_clear" onChange="RefreshPreview();" name="box_clear" className="mceEditableSelect"></select></td> </tr> </table> <div style="float: left; width: 49%"> <fieldset> <legend><label fckLang="DlgStylePadding"></label></legend> <table border="0"> <tr> <td> </td> <td><input type="checkbox" onChange="RefreshPreview();" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same" fckLang="DlgStyleSame">{$lang_style_same}</label></td> </tr> <tr> <td><label for="box_padding_top" fckLang="DlgStyleBoxPaddingTop">{$lang_style_top}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_padding_top" name="box_padding_top" /></td> <td> <select onChange="RefreshPreview();" id="box_padding_top_measurement" name="box_padding_top_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="box_padding_right" fckLang="DlgStyleBoxPaddingRight">{$lang_style_right}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_padding_right" name="box_padding_right" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label for="box_padding_bottom" fckLang="DlgStyleBoxPaddingBottom">{$lang_style_bottom}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_padding_bottom" name="box_padding_bottom" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label for="box_padding_left" fckLang="DlgStyleBoxPaddingLeft">{$lang_style_left}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_padding_left" name="box_padding_left" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select> </tr></table> </td> </tr> </table> </fieldset> </div> <div style="float: right; width: 49%"> <fieldset> <legend><label fckLang="DlgStyleMargin"></label></legend> <table border="0"> <tr> <td> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same" fckLang="DlgStyleSame">{$lang_style_same}</label></td> </tr> <tr> <td><label for="box_margin_top" fckLang="DlgStyleBoxMarginTop">{$lang_style_top}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_margin_top" name="box_margin_top" /></td> <td> <select onChange="RefreshPreview();" id="box_margin_top_measurement" name="box_margin_top_measurement"></select> </tr></table> </td> </tr> <tr> <td><label for="box_margin_right" fckLang="DlgStyleBoxMarginRight">{$lang_style_right}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_margin_right" name="box_margin_right" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label for="box_margin_bottom" fckLang="DlgStyleBoxMarginBottom">{$lang_style_bottom}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_margin_bottom" name="box_margin_bottom" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label for="box_margin_left" fckLang="DlgStyleBoxMarginLeft">{$lang_style_left}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="box_margin_left" name="box_margin_left" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select> </tr></table> </td> </tr> </table> </fieldset> </div> <br style="clear: both" /> </div> <div id="border_panel" class="panel"> <table border="0" cellspacing="0" cellp2adding="0" width="100%"> <tr> <td class="tdelim"> </td> <td class="tdelim delim"> </td> <td class="tdelim"><label fckLang="DlgStyleStyle"></label></td> <td class="tdelim delim"> </td> <td class="tdelim"><label fckLang="DlgStyleWidth"></label></td> <td class="tdelim delim"> </td> <td class="tdelim"><label fckLang="DlgStyleColor"></label></td> </tr> <tr> <td> </td> <td class="delim"> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same" fckLang="DlgStyleSame">{$lang_style_same}</label></td> <td class="delim"> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same" fckLang="DlgStyleSame">{$lang_style_same}</label></td> <td class="delim"> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same" fckLang="DlgStyleSame">{$lang_style_same}</label></td> </tr> <tr> <td><label fckLang="DlgStyleTop"></label></td> <td class="delim"> </td> <td><select onChange="RefreshPreview();" id="border_style_top" name="border_style_top" className="mceEditableSelect"></select></td> <td class="delim"> </td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="border_width_top" name="border_width_top" className="mceEditableSelect"></select></td> <td> <select onChange="RefreshPreview();" id="border_width_top_measurement" name="border_width_top_measurement"></select> </tr></table> </td> <td class="delim"> </td> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="border_color_top" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectBorderColorTop();"> </div></td> <td id="border_color_top_pickcontainer"> </td> </tr> </table> </td> </tr> <tr> <td><label fckLang="DlgStyleRight"></label></td> <td class="delim"> </td> <td><select onChange="RefreshPreview();" id="border_style_right" name="border_style_right" className="mceEditableSelect" disabled="disabled"></select></td> <td class="delim"> </td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="border_width_right" name="border_width_right" className="mceEditableSelect" disabled="disabled"></select></td> <td> <select onChange="RefreshPreview();" id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select> </tr></table> </td> <td class="delim"> </td> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="border_color_right" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectBorderColorRight();"> </div></td> <td id="border_color_right_pickcontainer"> </td> </tr> </table> </td> </tr> <tr> <td><label fckLang="DlgStyleBottom"></label></td> <td class="delim"> </td> <td><select onChange="RefreshPreview();" id="border_style_bottom" name="border_style_bottom" className="mceEditableSelect" disabled="disabled"></select></td> <td class="delim"> </td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr> <td><select onChange="RefreshPreview();" id="border_width_bottom" name="border_width_bottom" className="mceEditableSelect" disabled="disabled"></select></td> <td> <select onChange="RefreshPreview();" id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select> </tr></table> </td> <td class="delim"> </td> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="border_color_bottom" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectBorderColorBottom();"> </div></td> <td id="border_color_bottom_pickcontainer"> </td> </tr> </table> </td> </tr> <tr> <td><label fckLang="DlgStyleLeft"></label></td> <td class="delim"> </td> <td><select id="border_style_left" onChange="RefreshPreview();" name="border_style_left" className="mceEditableSelect" disabled="disabled"></select></td> <td class="delim"> </td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr> <td><select id="border_width_left" onChange="RefreshPreview();" name="border_width_left" className="mceEditableSelect" disabled="disabled"></select></td> <td> <select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select> </tr></table> </td> <td class="delim"> </td> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <td><div id="border_color_left" width="30" style="border:1px solid black; width=30;height=10;" onClick="SelectBorderColorLeft();"> </div></td> <td id="border_color_left_pickcontainer"> </td> </tr> </table> </td> </tr> </table> </div> <div id="list_panel" class="panel"> <table border="0"> <tr> <td><label for="list_type" fckLang="DlgStyleListType">{$lang_style_list_type}</label></td> <td><select id="list_type" onChange="RefreshPreview();" name="list_type" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="list_bullet_image" fckLang="DlgStyleListBullerImage">{$lang_style_bullet_image}</label></td> <td><input id="list_bullet_image" onChange="RefreshPreview();" name="list_bullet_image" type="text" className="mceEditableSelect"/></td> </tr> <tr> <td><label for="list_position" fckLang="DlgStyleListPosition">{$lang_style_position}</label></td> <td><select id="list_position" onChange="RefreshPreview();" name="list_position" className="mceEditableSelect"></select></td> </tr> </table> </div> <div id="positioning_panel" class="panel"> <table border="0"> <tr> <td><label for="positioning_type" fckLang="DlgStylePositioningType">{$lang_style_positioning_type}</label></td> <td><select id="positioning_type" onChange="RefreshPreview();" name="positioning_type" className="mceEditableSelect"></select></td> <td> <label for="positioning_visibility" fckLang="DlgStylePositioningVisiblity">{$lang_style_visibility}</label></td> <td><select id="positioning_visibility" onChange="RefreshPreview();" name="positioning_visibility" className="mceEditableSelect"></select></td> </tr> <tr> <td><label for="positioning_width" fckLang="DlgStylePositioningWidth">{$lang_style_width}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input type="text" className="mceEditableSelect" id="positioning_width" name="positioning_width" onChange="synch('positioning_width','box_width');" /></td> <td> <select id="positioning_width_measurement" className="mceEditableSelect" name="positioning_width_measurement"></select> </tr></table> </td> <td> <label for="positioning_zindex" fckLang="DlgStylePositioningZindex">{$lang_style_zindex}</label></td> <td><input type="text" onChange="RefreshPreview();" id="positioning_zindex" name="positioning_zindex" className="mceEditableSelect" /></td> </tr> <tr> <td><label for="positioning_height" fckLang="DlgStylePositioningHeight">{$lang_style_height}</label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input type="text" className="mceEditableSelect" id="positioning_height" name="positioning_height" onChange="synch('positioning_height','box_height');" /></td> <td> <select onChange="RefreshPreview();" id="positioning_height_measurement" name="positioning_height_measurement"></select> </tr></table> </td> <td> <label for="positioning_overflow" fckLang="DlgStylePositioningStyleOverflow">{$lang_style_overflow}</label></td> <td><select onChange="RefreshPreview();" id="positioning_overflow" name="positioning_overflow" className="mceEditableSelect"></select></td> </tr> </table> <div style="float: left; position:absolute; top:100; width: 45%"> <fieldset> <legend><label fckLang="DlgStylePlacement"></label></legend> <table border="0"> <tr> <td> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same" fckLang="DlgStyleSame"></label></td> </tr> <tr> <td><label fckLang="DlgStyleTop"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_placement_top" name="positioning_placement_top" /></td> <td> <select onChange="RefreshPreview();" id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleRight"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_placement_right" name="positioning_placement_right" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleBottom"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_placement_bottom" name="positioning_placement_bottom" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleLeft"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_placement_left" name="positioning_placement_left" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select> </tr></table> </td> </tr> </table> </fieldset> </div> <div style="float: right; position:absolute; top:100; left:376; width: 45%"> <fieldset> <legend><label fckLang="DlgStyleClip"></label></legend> <table border="0"> <tr> <td> </td> <td><input onChange="RefreshPreview();" type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same" fckLang="DlgStyleSame"></label></td> </tr> <tr> <td><label fckLang="DlgStyleTop"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_clip_top" name="positioning_clip_top" /></td> <td> <select onChange="RefreshPreview();" id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleRight"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_clip_right" name="positioning_clip_right" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled" ></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleBottom"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_clip_bottom" name="positioning_clip_bottom" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select> </tr></table> </td> </tr> <tr> <td><label fckLang="DlgStyleLeft"></label></td> <td><table border="0" cellspacing="0" cellpadding="0"><tr> <td><input onChange="RefreshPreview();" type="text" id="positioning_clip_left" name="positioning_clip_left" disabled="disabled" /></td> <td> <select onChange="RefreshPreview();" id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select> </tr></table> </td> </tr> </table> </fieldset> </div> <br style="clear: both" /> </div> </div> <fieldset style="position:absolute; left:14; top:255; width:700;height:55; bgColor:white; border:1px solid black;"> <legend><label fckLang="DlgStylePreview"></label></legend> <div id="text_preview" ><p>AaBbCcDdEeFfGgXxYyZz</p></div> </div> </fieldset> </form> <div style="display: none"> <div id="container"></div> </div> </body> </html>
[
Íàçàä
]