Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Stefan Riedel-Seifert on Nov 09, 2009 03:35
open dhtmlx forum
Context Menu - Item as date

Hi,

is it possible to have a datepicker or at least an inputfield as item?

Best regards, Stefan
Answer posted by Alex (support) on Nov 09, 2009 04:44

Hello, 

menu doesn't provide any special API to do that. But you can try to place html elements into the menu. For example:

menu.addNewSibling(null, "someId", "<input type='text' ....>");