Old codes relied on some assumptions, so: * When a "key in form descriptor" is provided, the 'name' param can't be set otherwise the js wouldn't be able to find it. * When a "name for submission" (with 'wp' prefix or same as the 'name' param) is provided, it works on the client-side but something might be broken on the server-side. Since the documented usage is to use "key in form descriptor" and most use case is fine, the use of "name for submission" is explicitly disallowed here. Use cases simply with the 'wp' prefix would still keep working on both sides though. Depends-On: I27fd8fa9643d611b37e3f47e77b698245814d539 Change-Id: I9a42417a6161f42181badd8cdbec81ba85dc62f6 |
||
|---|---|---|
| .. | ||
| fields | ||
| CollapsibleFieldsetLayout.php | ||
| HTMLForm.php | ||
| HTMLFormActionFieldLayout.php | ||
| HTMLFormElement.php | ||
| HTMLFormField.php | ||
| HTMLFormFieldLayout.php | ||
| HTMLFormFieldRequiredOptionsException.php | ||
| HTMLNestedFilterable.php | ||
| OOUIHTMLForm.php | ||
| VFormHTMLForm.php | ||