Categories | Question details Back To List | ||
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' ....>"); |