rev the selectattribute popup to start adding some useful attributes

This commit is contained in:
alecf%netscape.com 2000-04-28 20:38:29 +00:00
Родитель 5b5a1a031c
Коммит 4eeac3a249
1 изменённых файлов: 18 добавлений и 17 удалений

Просмотреть файл

@ -1,24 +1,25 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<bindings id="mailWidgetsBindings" <bindings id="mailBindings"
xmlns="http://www.mozilla.org/xbl" xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="searchattribute" > <binding id="searchattribute" extends="xul:menulist">
<content> <content>
<xul:box> <xul:menupopup>
<xul:text style="border: 1px solid blue" value="searchattr!"/> <xul:menuitem value="contains"/>
<xul:image inherits="src"/> <xul:menuitem value="doesn't contain"/>
<xul:text style="border: 1px solid blue" value="searchattr2!"/> </xul:menupopup>
</xul:box>
</content> </content>
</binding>
<binding id="searchoperator" extends="xul:box"> <interface>
<content> <!-- scope ID - retrieve the table -->
<xul:text value="operator!"/> <property readonly="true" name="validityManager">
</content> <![CDATA[
Components.classes['mozilla.mail.search.validityManager.1'].getService(Components.interfaces.nsIMsgSearchValidityManager);
]]>
</property>
</interface>
</binding> </binding>
</bindings> </bindings>