WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/satchel/form-history;1
This component implements the following interfaces:
Properties
readonly PRBool nsIFormHistory2.hasEntries
Returns true if the form history has any entries.
Methods
| Interface | Method |
|---|---|
| nsIFormHistory2 |
void addEntry ( AString name , AString value )
|
| nsIFormHistory2 |
PRBool entryExists ( AString name , AString value )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIFormHistory2 |
PRBool nameExists ( AString name )
|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
| nsIFormHistory2 |
void removeAllEntries ( )
|
| nsIFormHistory2 |
void removeEntriesForName ( AString name )
|
| nsIFormHistory2 |
void removeEntry ( AString name , AString value )
|
Reference documentation is generated from Mozilla's source.
