Changeset 282 for trunk/trax/vendor
- Timestamp:
- 02/14/07 19:18:23 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/javascript_helper.php
r270 r282 93 93 if($options['update']) { 94 94 if(!$options['with']) { 95 $options['with'] = 'value'; 95 #$options['with'] = 'value'; 96 $options['with'] = "'value=' + value"; 96 97 } 97 98 }
