Fixing the issue regarding the dropdown fonts-family and size
This commit is contained in:
@@ -101,6 +101,6 @@ function updateEditorContent(serializedHTML){
|
||||
* @param serializedHTML String the html code to be added.
|
||||
*/
|
||||
function insertFormVar(fieldName,serializedHTML){
|
||||
tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML);
|
||||
tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML);
|
||||
closePluginPopup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user