Changeset 229 for trunk/trax/vendor/trax/action_view
- Timestamp:
- 07/18/06 05:20:04 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/javascript_helper.php
r199 r229 282 282 $options['html']['name'] = $name; 283 283 $options['html']['value'] = $value; 284 $this->tag("input", $options['html']);284 return $this->tag("input", $options['html']); 285 285 } 286 286
