equal
deleted
inserted
replaced
1 /** |
1 /** |
2 * $Id: form_utils.js 453 2007-11-27 17:36:55Z spocke $ |
2 * $Id: form_utils.js 520 2008-01-07 16:30:32Z spocke $ |
3 * |
3 * |
4 * Various form utilitiy functions. |
4 * Various form utilitiy functions. |
5 * |
5 * |
6 * @author Moxiecode |
6 * @author Moxiecode |
7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. |
7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. |
8 */ |
8 */ |
9 |
9 |
10 var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme")); |
10 var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme")); |
11 |
11 |
12 function getColorPickerHTML(id, target_form_element) { |
12 function getColorPickerHTML(id, target_form_element) { |