Hi.

I have created custom jQuery slider form element for
http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/
element.

My helper renders it with 2 formSelect helpers.

Now I have problem implementing (overriding) getValue method for this
element, to get array(val1, val2) because it have 2 values.

I get value1 with parent::getValue(), but value2 I can get only with $value2
= Zend_Controller_Front::getInstance()->getRequest()->getParam($this->_name
. 2);

Is there any better way to do this?

Regards,
Saša Stamenković.
-- 
View this message in context: 
http://n4.nabble.com/Creating-custom-jQuery-slider-element-tp1049604p1049604.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to