| | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Eric Stadtherr <estadtherr@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: editor.js 000 2006-05-18 19:12:28Z roundcube $ |
| | | */ |
| | | |
| | | // Initialize HTML editor |
| | |
| | | theme_advanced_toolbar_location: 'top', |
| | | theme_advanced_toolbar_align: 'left', |
| | | theme_advanced_buttons3: '', |
| | | theme_advanced_statusbar_location: 'none', |
| | | extended_valid_elements: 'font[face|size|color|style],span[id|class|align|style]', |
| | | relative_urls: false, |
| | | remove_script_host: false, |
| | |
| | | if (textarea && node) |
| | | node.tabIndex = textarea.tabIndex; |
| | | if (focus) |
| | | editor.getWin().focus(); |
| | | editor.getBody().focus(); |
| | | } |
| | | } |
| | | } |