summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/form_helper.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-01-08Merge pull request #4365 from ponsfrilus/developAndrey Andreev1-2/+2
[ci skip] Form helper examples missing ; at end of function calls
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev1-2/+2
[ci skip] Fix mismatched brackets in documentation
2015-07-31[ci skip] Add a note about form helper set_value()Andrey Andreev1-0/+5
2015-07-15Polish changes from PR #3893Andrey Andreev1-14/+17
2015-06-17removed unnecessary change to form_radio, updated docs and added changelog entryAdam Jackett1-11/+11
2015-06-03made all form helpers consistent regarding extra attributesAdam Jackett1-11/+26
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev1-1/+1
2015-02-05Update form_helper.rstAdrian Voicu1-7/+5
2015-02-02[ci skip] Fix #3515Andrey Andreev1-35/+35
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev1-33/+52
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev1-31/+51
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-2/+2
2013-08-07Fix a few more merge conflictsvlakoff1-20/+24
2013-07-29Change spaces to tabsvlakoff1-14/+14
2013-07-28Polishing Form helpervlakoff1-11/+15
2013-07-21Update Form helper docsDerek Jones1-406/+362
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-9/+9
2013-07-20Dropping unecessary php: directive to function definitions in user guideDerek Jones1-25/+25
2012-11-08Polish docs for the File and Form helpersAndrey Andreev1-159/+335
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-23/+21
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459.
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-24/+23
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630
2012-07-06t commit -s 'Added info about set_*() functions and form_validation class inaditya1-0/+4
the Form Helper documentation.' Signed-off-by: aditya <adityamenon90@gmail.com>
2012-03-16Fix form_fieldset_close() example to match actual returntiyowan1-1/+1
2012-03-14Fix form_input() associative array example to match actual returntiyowan1-1/+1
2012-03-12typoMichiel Vugteveen1-2/+2
2012-03-12user guide udateMichiel Vugteveen1-113/+152
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+506