Popup window in grails -
i have text area , button. when button click popup window should display, list of text. how can accomplish this? tried use modalbox plugin , when action called not getting text area input.
i tried this. there other solution popup or there's work around in modalbox plugin?
<modalbox:createlink controller="mgexecutinggroup" action="addeg_create" id="600001" title="add executing group" width="800"><g:actionsubmit name="createadd" action="addeg_create" value=" + " /> </modalbox:createlink>
from code, found if called action modalbox, should return value of text area. in case link dont see haven't passed textarea value action. if want use modal box plugin work around how pass text value action using modal box.
otherwise can use use twiiter bootstrap modal easy use. can see more details in following link twitter bootstrap
many modal demos using twitter bootstrap available available here
Comments
Post a Comment