Title: Custom menuItem in Datagrid Context Menu [Solved] Post by: dies_felices on November 03, 2015, 07:48:05 AM Hi there,
Jfiddle: http://jsfiddle.net/3L4ej4dx/166/ I am trying to recreate the custom menu item of the below example but on a datagrid: http://www.jeasyui.com/demo/main/index.php?plugin=Menu&theme=default&dir=ltr&pitem= This is in fact two questions almost cunningly disguised as one. The first is that in the jfiddle page as in page, when you click on the textbox in the menu, it disappears and can not been edited. How do I edit this text box? The second, is once edited, how do refer to the submitted value, to post it? Thanks. Title: Re: Custom menuItem in Datagrid Context Menu Post by: stworthy on November 03, 2015, 05:10:12 PM Please try this http://jsfiddle.net/3L4ej4dx/167/
Title: Re: Custom menuItem in Datagrid Context Menu Post by: dies_felices on November 04, 2015, 09:07:47 AM Thank you, that has worked.
Awesome! :D |