XForms bug 281668 - select1 as a combobox. patch my smaug, r=beaufour,me a=mkaply

git-svn-id: svn://10.0.0.236/trunk@177066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
doronr%us.ibm.com
2005-08-03 18:43:45 +00:00
parent 9794169aea
commit a2bc632914
22 changed files with 1647 additions and 255 deletions

View File

@@ -216,6 +216,12 @@ nsPostRefresh::~nsPostRefresh()
}
}
const nsVoidArray*
nsPostRefresh::PostRefreshList()
{
return sPostRefreshList;
}
nsresult
nsXFormsModelElement::NeedsPostRefresh(nsIXFormsControl* aControl)
{