wiki.techinc.nl/includes/htmlform
Func aa57f20aa2 HTMLFormField: Make the behavior of cond-state consistent between client and server
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
2022-02-07 09:56:25 +00:00
..
fields HTMLFormFieldCloner: Provide methods to access the chain of cloners 2022-02-03 17:25:15 +08:00
CollapsibleFieldsetLayout.php Make CollapsibleFieldsetLayout more reusable 2021-05-27 09:12:13 -05:00
HTMLForm.php HTMLForm: Pass field data instead of fields to filter 2022-01-15 06:05:58 +00:00
HTMLFormActionFieldLayout.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
HTMLFormElement.php Add cond-state classes in the server-side 2022-01-07 22:14:23 +01:00
HTMLFormField.php HTMLFormField: Make the behavior of cond-state consistent between client and server 2022-02-07 09:56:25 +00:00
HTMLFormFieldLayout.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
HTMLFormFieldRequiredOptionsException.php HTML Classes stability annotations 2020-07-13 14:54:28 +02:00
HTMLNestedFilterable.php
OOUIHTMLForm.php Rename HTMLForm::[get|set|add]*Text() methods 2022-01-02 21:51:48 -08:00
VFormHTMLForm.php HTMLForm: accept PageReference instead of Title. 2021-05-07 23:36:49 +02:00