add tooltip to editfield

git-svn-id: svn://10.0.0.236/trunk@69791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 2000-05-15 14:16:20 +00:00
parent adb054995b
commit 1ca0d9924f
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,7 @@
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?>
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://editor/locale/EdNamedAnchorProperties.dtd">
@ -42,9 +43,10 @@
<script language="JavaScript" src="chrome://global/content/dialogOverlay.js" />
<keyset id="keyset"/>
<popupset id="aTooltipSet" />
<text class="label" align="left" for="nameInput" value="&anchorNameEditField.label;"/>
<textfield class="MinWidth20em" id="nameInput"/>
<textfield class="MinWidth20em" id="nameInput" tooltip="aTooltip" tooltiptext="&nameInput.tooltip;"/>
<text class="label" align="left" value="&noSpacesMsg.label;"/>
<spring class="spacer"/>
<!-- from EdDialogOverlay -->

View File

@ -23,5 +23,6 @@
<!ENTITY windowTitle.label "Named Anchor Properties">
<!ENTITY anchorNameEditField.label "Anchor Name:">
<!ENTITY noSpacesMsg.label "(Spaces are not allowed.)">
<!ENTITY nameInput.tooltip "tooltip for anchor name edit field">