Tag
InputName allows to build name of form control, that can be automatically discovered when user submits a form with that control.
To allow more complex control to be created an "
as_preg" parameter was added to
InputName tag. When used a result of this tag is automatically processed through
preg_quote function.
There is a special tag called SearchInputName, that is used for form control above grids. Sadly, but this "as_preg" parameter isn't supported in it, while it should be.
Ready for testing.