timothy259856
Active member
Hello!
I have a form contain a input with SubmitOnChange class, is there anyway to show a view like popup like the OverlayTrigger do? Thank you!
I do this in the controller
But alway receive this error!
I have a form contain a input with SubmitOnChange class, is there anyway to show a view like popup like the OverlayTrigger do? Thank you!
I do this in the controller
PHP:
public function actionQuickUpdate(){
$threadId = $this->_input->filterSingle('thread_id', XenForo_Input::UINT);
return $this->responseView('', 'my_template', array('thread_id' => $threadId));
}
Code:
Unspecified error
Last edited: