form icon indicating copy to clipboard operation
form copied to clipboard

Add documentation.

Open terabytesoftw opened this issue 4 years ago • 3 comments

Add documentation:

  • [ ] all widgets.
  • [ ] forms.

terabytesoftw avatar Apr 27 '20 20:04 terabytesoftw

  • [ ] How to use translation.

samdark avatar Jun 09 '20 12:06 samdark

Need example php code to generate for cases like this:

<input " type="text" name="LocationForm[coords][lng]">

vjik avatar Dec 03 '23 11:12 vjik

Approximately docs structure:

  • [x] The principle of form field configuration:
    • [x] widget config
    • [x] global widget theme config (https://github.com/yiisoft/widget/blob/master/docs/guide/en/themes.md)
    • [x] form field theme
    • [x] passed to widget() config
  • [x] Common form fields properties
  • [x] Built-in fields
  • [x] Input data (principle input data object, built-in PureInputData)
  • [x] Form field themes (ThemeContainer configuration, ThemePath usage, built-in themes)
  • [ ] Creating own form fields
  • [x] PureField helper and PureFieldFactory (don't forget about inheritance)

vjik avatar Mar 18 '24 14:03 vjik