Home
last modified time | relevance | path

Searched refs:AfterBody (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckregexlib.js36 AfterBody : /(\<\/body\>[\s\S]*$)/i, property in FCKRegexLib
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js84 var oMatchAfter = html.match( FCKRegexLib.AfterBody ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js41 …redList|InsertHorizontalRule)$/i,BeforeBody:/(^[\s\S]*\<body[^\>]*\>)/i,AfterBody:/(\<\/body\>[\s\… property in FCKRegexLib
49 …if (!B){var G=A.match(FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I…
H A Dfckeditorcode_gecko.js40 …redList|InsertHorizontalRule)$/i,BeforeBody:/(^[\s\S]*\<body[^\>]*\>)/i,AfterBody:/(\<\/body\>[\s\… property in FCKRegexLib
48 …if (!B){var G=A.match(FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js51 …redList|InsertHorizontalRule)$/i,BeforeBody:/(^[\s\S]*\<body[^\>]*\>)/i,AfterBody:/(\<\/body\>[\s\… property in FCKRegexLib
59 …if (!B){var E=A.match(FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G…
H A Dfckeditorcode_ie.js55 …redList|InsertHorizontalRule)$/i,BeforeBody:/(^[\s\S]*\<body[^\>]*\>)/i,AfterBody:/(\<\/body\>[\s\… property in FCKRegexLib
63 …if (!B){var E=A.match(FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G…