XForms Bug 293597 - itemset does not work with external instance. r=smaug/aaronr a=mkaply

git-svn-id: svn://10.0.0.236/trunk@174943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
doronr%us.ibm.com
2005-06-21 16:47:29 +00:00
parent 431f5eb303
commit 77943145c8
14 changed files with 167 additions and 57 deletions

View File

@@ -52,18 +52,6 @@ interface nsIDOMElement;
[uuid(8377c845-5d55-4eee-9a76-0f86751dcbc8)]
interface nsIXFormsControl : nsIXFormsContextControl
{
/**
* This tells the form control to update its node binding based on the
* current instance data.
*/
void bind();
/**
* This tells the form control to update its state based on the current
* instance data.
*/
void refresh();
/**
* Tries to move focus to form control and returns true if succeeded.
*/