Search completed in 0.92 seconds.
6 results for "nsIAutoCompleteSession":
Textbox (XPFE autocomplete) - Archive of obsolete content
ArchiveMozillaXULTextbox (XPFE autocomplete)
(), isequalnode, issamenode, issupported(), lookupnamespaceuri, lookupprefix, normalize(), queryselector(), queryselectorall(), removeattribute(), removeattributenode(), removeattributens(), removechild(), removeeventlistener(), replacechild(), setattribute(), setattributenode(), setattributenodens(), setattributens(), setuserdata addsession( session ) obsolete since gecko 26 return type: nsiautocompletesession adds a new session object to the autocomplete widget.
...the argument should be an object which implements the nsiautocompletesession interface.
... getsession( index ) obsolete since gecko 26 return type: nsiautocompletesession returns the session object with the given index.
...And 4 more matches
addSession - Archive of obsolete content
ArchiveMozillaXULMethodaddSession
« xul reference home addsession( session ) obsolete since gecko 26 return type: nsiautocompletesession adds a new session object to the autocomplete widget.
...the argument should be an object which implements the nsiautocompletesession interface.
getSession - Archive of obsolete content
ArchiveMozillaXULMethodgetSession
« xul reference home getsession( index ) obsolete since gecko 26 return type: nsiautocompletesession returns the session object with the given index.
... this will return an object of type nsiautocompletesession.
getSessionByName - Archive of obsolete content
ArchiveMozillaXULMethodgetSessionByName
« xul reference home getsessionbyname( name ) obsolete since gecko 26 return type: nsiautocompletesession returns the session object with the given name.
... this will return an object of type nsiautocompletesession.
removeSession - Archive of obsolete content
ArchiveMozillaXULMethodremoveSession
the argument should be an object which implements the nsiautocompletesession interface.
Fun With XBL and XPConnect
MozillaTechXPCOMFun with XBL and XPConnect
getservice(components.interfaces.nsiautocompletesession); ]]> </property> so we've defined a property on the widget called autocompletesession.