add tooltip to editfield
git-svn-id: svn://10.0.0.236/trunk@69791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
adb054995b
commit
1ca0d9924f
@ -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 -->
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user