- Timestamp:
- 03/19/09 10:40:34 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/javascript_helper.php
r282 r308 516 516 $options['with'] = "Sortable.serialize('{$element_id}')"; 517 517 } 518 if(!$options['on Update']) {519 $options['on Update'] = "function(){" . $this->remote_function($options) . "}";518 if(!$options['onDrop']) { 519 $options['onDrop'] = "function(){" . $this->remote_function($options) . "}"; 520 520 } 521 521 $options = $this->remove_ajax_options($options);
