Show
Ignore:
Timestamp:
01/24/2007 09:08:32 PM (23 months ago)
Author:
wei
Message:

upgrade tinyMCE to 2.0.9 to fix #482 and #459

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page

    r1397 r1652  
    1515 
    1616<tr><td class="samplenote"> 
    17 THtmlArea with customized size and table toolbar: 
     17Full featured THtmlArea example  
    1818</td><td class="sampleaction"> 
    19 <com:THtmlArea ID="HtmlArea2" Width="500px" Height="250px"> 
     19<com:THtmlArea ID="HtmlArea2" Width="670px" Height="300px"> 
    2020  <prop:Options> 
    21     plugins : "table" 
    22         theme_advanced_buttons3 : "tablecontrols" 
     21                theme : "advanced", 
     22                plugins : "devkit,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras", 
     23                theme_advanced_buttons1_add_before : "save,newdocument,separator,styleselect", 
     24                theme_advanced_buttons1_add : "separator,insertdate,inserttime,preview,separator,advsearchreplace", 
     25                theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator", 
     26                theme_advanced_buttons3 : "tablecontrols,separator,emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen", 
     27                theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,|,visualchars,nonbreaking", 
     28                theme_advanced_toolbar_location : "top", 
     29                theme_advanced_toolbar_align : "left", 
     30                theme_advanced_path_location : "bottom", 
     31                content_css : "example_full.css", 
     32            plugin_insertdate_dateFormat : "%Y-%m-%d", 
     33            plugin_insertdate_timeFormat : "%H:%M:%S", 
     34                extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", 
     35                external_link_list_url : "example_link_list.js", 
     36                external_image_list_url : "example_image_list.js", 
     37                flash_external_list_url : "example_flash_list.js", 
     38                media_external_list_url : "example_media_list.js", 
     39                file_browser_callback : "fileBrowserCallBack", 
     40                theme_advanced_resize_horizontal : false, 
     41                theme_advanced_resizing : true, 
     42                nonbreaking_force_tab : true, 
     43                apply_source_formatting : true 
    2344  </prop:Options> 
    2445</com:THtmlArea>