Skip to content

Commit

Permalink
added new fields to coreTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Feb 16, 2012
1 parent bb6f0db commit 851b757
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions framework/web/form/CFormInputElement.php
Expand Up @@ -60,6 +60,11 @@ class CFormInputElement extends CFormElement
'dropdownlist'=>'activeDropDownList',
'checkboxlist'=>'activeCheckBoxList',
'radiolist'=>'activeRadioButtonList',
'url'=>'activeUrlField',
'email'=>'activeEmailField',
'number'=>'activeNumberField',
'range'=>'activeRangeField',
'date'=>'activeDateField'
);

/**
Expand Down

0 comments on commit 851b757

Please sign in to comment.