nsIFormControlFrames initiate insertion into nsFormFrame's list;

turned off url encoding of '.' and '_" to match Nav
fixed bug where non clicked buttons submitted data;
fixed bug where <select>s with initial values were not submitting that value;


git-svn-id: svn://10.0.0.236/trunk@13727 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1998-10-30 18:05:29 +00:00
parent 417fe30eff
commit 081ed90d75
18 changed files with 236 additions and 141 deletions

View File

@@ -54,7 +54,7 @@ public:
void SetBrowseFrame(nsButtonControlFrame* aFrame) { mBrowseFrame = aFrame; }
NS_IMETHOD GetName(nsString* aName);
virtual void SetFormFrame(nsFormFrame* aFormFrame) { mFormFrame = aFormFrame; }
virtual PRBool IsSuccessful();
virtual PRBool IsSuccessful(nsIFormControlFrame* aSubmitter);
virtual void Reset();
NS_IMETHOD GetType(PRInt32* aType) const;
void SetFocus(PRBool aOn, PRBool aRepaint);