Home
last modified time | relevance | path

Searched defs:EmptyOutParagraph (Results 1 – 8 of 8) 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
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js39 …,SpaceNoClose:/\/>/g,EmptyParagraph:/^<([^ >]+)[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<([^ >]+)[… property
Dfckeditorcode_ie.js40 …,SpaceNoClose:/\/>/g,EmptyParagraph:/^<([^ >]+)[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<([^ >]+)[… property
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js40 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
Dfckeditorcode_ie.js41 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js55 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property
Dfckeditorcode_gecko.js51 …Paragraph:/^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/,EmptyOutParagraph:/^<(p|div|ad… property