EdAdvancedEdit.js |
import-globals-from ../editorUtilities.js |
10076 |
EdAdvancedEdit.xhtml |
&WindowTitle.label; |
10365 |
EdAEAttributes.js |
For each element, there is an array of attributes,
whose name is the element name,
used to fill the "Attribute Name" menulist.
For each of those attributes, if they have a specific
set of values, those are listed in an array named:
"elementName_attName".
In each values string, the following characters
are signal to do input filtering:
"#" Allow only integer values
"%" Allow integer values or a number ending in "%"
"+" Allow integer values and allow "+" or "-" as first character
"!" Allow only one character
"^" The first character can be only be A-Z, a-z, hyphen, underscore, colon or period
"$" is an attribute required by HTML DTD
|
17176 |
EdAECSSAttributes.js |
import-globals-from ../editorUtilities.js |
4167 |
EdAEHTMLAttributes.js |
import-globals-from ../editorUtilities.js |
11510 |
EdAEJSEAttributes.js |
import-globals-from ../editorUtilities.js |
5617 |
EdColorPicker.js |
import-globals-from ../editorUtilities.js |
8138 |
EdColorPicker.xhtml |
&windowTitle.label; |
3898 |
EdColorProps.js |
Behavior notes:
Radio buttons select "UseDefaultColors" vs. "UseCustomColors" modes.
If any color attribute is set in the body, mode is "Custom Colors",
even if 1 or more (but not all) are actually null (= "use default")
When in "Custom Colors" mode, all colors will be set on body tag,
even if they are just default colors, to assure compatible colors in page.
User cannot select "use default" for individual colors
|
14336 |
EdColorProps.xhtml |
&windowTitle.label; |
7943 |
EdConvertToTable.js |
import-globals-from ../editorUtilities.js |
9295 |
EdConvertToTable.xhtml |
&windowTitle.label; |
3381 |
EdDialogCommon.js |
import-globals-from ../editorUtilities.js |
17231 |
EdDictionary.js |
import-globals-from ../editorUtilities.js |
3610 |
EdDictionary.xhtml |
&windowTitle.label; |
3683 |
EdHLineProps.js |
import-globals-from ../editorUtilities.js |
6104 |
EdHLineProps.xhtml |
&windowTitle.label; |
4953 |
EdImageDialog.js |
Note: We encourage non-empty alt text for images inserted into a page.
When there's no alt text, we always write 'alt=""' as the attribute, since "alt" is a required attribute.
We allow users to not have alt text by checking a "Don't use alterate text" radio button,
and we don't accept spaces as valid alt text. A space used to be required to avoid the error message
if user didn't enter alt text, but is unnecessary now that we no longer annoy the user
with the error dialog if alt="" is present on an img element.
We trim all spaces at the beginning and end of user's alt text
|
18423 |
EdImageLinkLoader.js |
import-globals-from ../editorUtilities.js |
4617 |
EdImageProps.js |
import-globals-from ../editorUtilities.js |
8925 |
EdImageProps.xhtml |
&windowTitle.label; |
17173 |
EdInsertChars.js |
import-globals-from ../editorUtilities.js |
11929 |
EdInsertChars.xhtml |
&windowTitle.label; |
3708 |
EdInsertMath.js |
Insert MathML dialog |
11303 |
EdInsertMath.xhtml |
&windowTitle.label; |
3411 |
EdInsertTable.js |
import-globals-from ../editorUtilities.js |
7208 |
EdInsertTable.xhtml |
&windowTitle.label; |
4739 |
EdInsertTOC.js |
import-globals-from ../editorUtilities.js |
12775 |
EdInsertTOC.xhtml |
&Window.title; |
18201 |
EdInsSrc.js |
Insert Source HTML dialog |
4635 |
EdInsSrc.xhtml |
&windowTitle.label; |
2314 |
EdLinkProps.js |
import-globals-from ../editorUtilities.js |
10553 |
EdLinkProps.xhtml |
&windowTitle.label; |
4583 |
EdListProps.js |
import-globals-from ../editorUtilities.js |
13048 |
EdListProps.xhtml |
&windowTitle.label; |
4450 |
EdNamedAnchorProps.js |
import-globals-from ../editorUtilities.js |
4723 |
EdNamedAnchorProps.xhtml |
&windowTitle.label; |
3134 |
EdReplace.js |
import-globals-from ../editorUtilities.js |
12067 |
EdReplace.xhtml |
&replaceDialog.title; |
4811 |
EdSpellCheck.js |
import-globals-from ../../../../base/content/utilityOverlay.js |
14256 |
EdSpellCheck.xhtml |
&windowTitle.label; |
8246 |
EdTableProps.js |
import-globals-from ../editorUtilities.js |
39672 |
EdTableProps.xhtml |
&tableWindow.title; |
19436 |