Bug 309081 Sync xpfe autocomplete attributes with toolkit ones (sync case) - Calendar part. r=dbo
git-svn-id: svn://10.0.0.236/trunk@251640 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
370aaffc82
commit
334e2afa1e
@ -58,6 +58,8 @@
|
||||
<xul:image id="attendeeCol1#1" anonid="icon"/>
|
||||
</xul:listcell>
|
||||
<xul:listcell class="addressingWidgetCell">
|
||||
<!-- Where attributes are repeated, this allows compatibility with
|
||||
the MOZILLA_1_8_BRANCH -->
|
||||
<xul:textbox id="attendeeCol2#1"
|
||||
anonid="input"
|
||||
class="plain textbox-addressingWidget uri-element"
|
||||
@ -66,11 +68,11 @@
|
||||
searchSessions="addrbook"
|
||||
timeout="300"
|
||||
maxrows="4"
|
||||
autoFill="true"
|
||||
autoFillAfterMatch="true"
|
||||
forceComplete="true"
|
||||
minResultsForPopup="1"
|
||||
ignoreBlurWhileSearching="true"
|
||||
autofill="true" autoFill="true"
|
||||
autofillaftermatch="true" autoFillAfterMatch="true"
|
||||
forcecomplete="true" forceComplete="true"
|
||||
minresultsforpopup="1" minResultsForPopup="true"
|
||||
ignoreblurwhilesearching="true" ignoreBlurWhileSearching="true"
|
||||
oninput="this.setAttribute('dirty', 'true');">
|
||||
<xul:image class="person-icon" onclick="this.parentNode.select();"/>
|
||||
</xul:textbox>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user