Support nested bind elements (bug 265471). Remove use of nsIXTFPrivate, to make the code cleaner (and more efficient, as well). Implement the readonly property for inputs.

git-svn-id: svn://10.0.0.236/trunk@164403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-10-26 00:34:03 +00:00
parent 4e96a7e625
commit 50c461e172
18 changed files with 878 additions and 594 deletions

View File

@@ -40,6 +40,7 @@
#include "nsXFormsElementFactory.h"
#include "nsXFormsAtoms.h"
#include "nsXFormsModelElement.h"
#include "nsXFormsUtils.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsXFormsElementFactory)