Home
last modified time | relevance | path

Searched refs:EmptyOutParagraph (Results 1 – 10 of 10) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckregexlib.js66 EmptyOutParagraph : /^<(p|div|address|h\d|center)(?=[ >])[^>]*>(?:\s*|&nbsp;)(<\/\1>)?$/ , property
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckregexlib.js64 EmptyOutParagraph : /^<([^ >]+)[^>]*>(?:\s*|&nbsp;)(<\/\1>)?$/ , property
Dfck.js222 if ( FCKConfig.IgnoreEmptyParagraphValue && FCKRegexLib.EmptyOutParagraph.test( sXHTML ) )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdataprocessor.js104 if ( ignoreIfEmptyParagraph && FCKRegexLib.EmptyOutParagraph.test( data ) )
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js30 ….body,false,A);if (FCKConfig.IgnoreEmptyParagraphValue&&FCKRegexLib.EmptyOutParagraph.test(B)) B='…
39 …,SpaceNoClose:/\/>/g,EmptyParagraph:/^<([^ >]+)[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<([^ >]+)[… property
Dfckeditorcode_ie.js31 ….body,false,A);if (FCKConfig.IgnoreEmptyParagraphValue&&FCKRegexLib.EmptyOutParagraph.test(B)) B='…
40 …,SpaceNoClose:/\/>/g,EmptyParagraph:/^<([^ >]+)[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<([^ >]+)[… property
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js30 …unction(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);if (C&&FCKRegexLib.EmptyOutParagraph.test(E)) ret…
40 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
Dfckeditorcode_ie.js31 …unction(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);if (C&&FCKRegexLib.EmptyOutParagraph.test(E)) ret…
41 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js31 …unction(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);if (C&&FCKRegexLib.EmptyOutParagraph.test(E)) ret…
55 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
Dfckeditorcode_gecko.js30 …unction(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);if (C&&FCKRegexLib.EmptyOutParagraph.test(E)) ret…
51 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property