comparison media/js/tiny_mce/plugins/style/props.htm @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children 237710206167
comparison
equal deleted inserted replaced
182:5c889b587416 183:149c3567fec1
38 <td> 38 <td>
39 <table border="0" cellspacing="0" cellpadding="0"> 39 <table border="0" cellspacing="0" cellpadding="0">
40 <tr> 40 <tr>
41 <td><select id="text_size" name="text_size" class="mceEditableSelect"></select></td> 41 <td><select id="text_size" name="text_size" class="mceEditableSelect"></select></td>
42 <td>&nbsp;</td> 42 <td>&nbsp;</td>
43 <td><select id="text_size_measurement" name="text_size_measurement"></select></td> 43 <td><select id="text_size_measurement" name="text_size_measurement"></select></td>
44 </tr> 44 </tr>
45 </table> 45 </table>
46 </td> 46 </td>
47 <td><label for="text_weight">{#style_dlg.text_weight}</label></td> 47 <td><label for="text_weight">{#style_dlg.text_weight}</label></td>
48 <td> 48 <td>
708 </div> 708 </div>
709 </div> 709 </div>
710 710
711 <div class="mceActionPanel"> 711 <div class="mceActionPanel">
712 <div style="float: left"> 712 <div style="float: left">
713 <div style="float: left"><input type="submit" id="insert" name="insert" value="{#update}" /></div> 713 <input type="submit" id="insert" name="insert" value="{#update}" />
714 714 <input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" />
715 <div style="float: left">&nbsp;<input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" /></div>
716 <br style="clear: both" />
717 </div> 715 </div>
718 716
719 <div style="float: right"> 717 <input type="button" id="cancel" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" />
720 <input type="button" id="cancel" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" />
721 </div>
722 </div> 718 </div>
723 </form> 719 </form>
724 720
725 <div style="display: none"> 721 <div style="display: none">
726 <div id="container"></div> 722 <div id="container"></div>