Searched refs:EmptyOutParagraph (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckregexlib.js | 66 EmptyOutParagraph : /^<(p|div|address|h\d|center)(?=[ >])[^>]*>(?:\s*| )(<\/\1>)?$/ , property in FCKRegexLib
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdataprocessor.js | 104 if ( ignoreIfEmptyParagraph && FCKRegexLib.EmptyOutParagraph.test( data ) )
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 31 …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 in FCKRegexLib
|
H A D | fckeditorcode_gecko.js | 30 …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 in FCKRegexLib
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 30 …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 in FCKRegexLib
|
H A D | fckeditorcode_ie.js | 31 …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 in FCKRegexLib
|