add support for saving new term elements that don't have search terms associated with them

This commit is contained in:
alecf%netscape.com 2000-05-14 23:52:11 +00:00
parent cb9ed532cf
commit f247d4fe53

View File

@ -406,6 +406,16 @@
]]>
</body>
</method>
<!-- if you have a search term element with no search term -->
<method name="saveTo">
<argument name="searchTerm"/>
<body>
<![CDATA[
this.internalSearchTerm = searchTerm;
this.save();
]]>
</body>
</method>
</interface>
</binding>
</bindings>