summaryrefslogtreecommitdiffstats
path: root/system/helpers/form_helper.php
AgeCommit message (Expand)AuthorFilesLines
2008-11-13Changing EOL style to LFDerek Allard1-962/+962
2008-10-20Added form_prep() call to set_value()Rick Ellis1-2/+2
2008-09-25Fixed incorrect parenthesis in form_open() function. (#5135)Derek Allard1-1/+1
2008-09-22minor whitespace cleanupDerek Allard1-118/+119
2008-09-20Removed the strict param from in_array() as this was causing some trouble wit...Rick Ellis1-4/+4
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-26Switched spaces to tabsRick Ellis1-5/+5
2008-08-26Added some new functions that work with the new form validation classRick Ellis1-14/+321
2008-08-21whitespace fixesDerek Allard1-6/+6
2008-08-12Added newline character in between hidden fieldsRick Ellis1-0/+1
2008-07-21Removed added newlines ("\n") from most form and html helper functions.Derek Allard1-8/+13
2008-06-19removed maxlength and size as automatically added attributes in form helperDerek Allard1-1/+1
2008-06-06goofed. Fixed up.Derek Allard1-1/+6
2008-06-06default to post methodDerek Allard1-4/+1
2008-06-06Form helper refactored to allow form_open() and form_fieldset() to accept arr...Derek Allard1-19/+51
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-35/+35
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-06Changed the radio() and checkbox() functions to default to not checked by def...Derek Allard1-2/+2
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-13/+13
2008-03-18added form_button to form helperDerek Allard1-0/+27
2008-01-28added ability to "extend" helpersDerek Jones1-174/+228
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-18added check for "multiple" attribute in form_dropdown() (bug# 3261)Derek Allard1-1/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-1/+1
2008-01-16bug(re)fix: I am so smart. s - m - r - tDerek Allard1-1/+1
2008-01-10added support for external urls in form_openDerek Allard1-2/+4
2008-01-09bugfixDerek Allard1-1/+1
2008-01-04added the ability to have multiple selected items in form_dropdown()Derek Allard1-4/+10
2008-01-04Added form_fieldset(), form_fieldset_close(), and form_label() to form helper.Derek Allard1-1/+523
2007-12-17Added form_reset() function to form helper.Derek Allard1-420/+1
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-07-12type cast $key => $val pair in $options array as strings for friendlier handl...Derek Jones1-0/+3
2007-04-27fixed checked = 1 to be checked = checked in array created checkboxesDerek Allard1-0/+6
2007-04-15update pMachine to EllisLabDerek Allard1-3/+3
2007-02-15fixed a a value bug introduced when clearing value from textareaDerek Allard1-3/+9
2007-01-27unset the value attribute in textareaDerek Allard1-402/+404
2006-10-23(no commit message)admin1-1/+17
2006-10-21(no commit message)admin1-5/+5
2006-10-21(no commit message)admin1-2/+2
2006-10-07(no commit message)admin1-2/+2
2006-08-27(no commit message)admin1-2/+2
2006-08-27(no commit message)admin1-2/+7
2006-08-26(no commit message)admin1-1/+1
2006-08-25Initial Importadmin1-0/+382