Categories | Question details Back To List | ||
dhtmlx Scheduler work flow and cutomization Hello, We are impressed with your product and we are downloaded your "dhtmlx Scheduler" for java.We are looking for customizing the code once it is bought. So kindly please give us an idea about the work flow from onclicking the save button on the "New Event " window of javascript to saving datas to database. The usual customization may be adding a text field ,select or radio buttons on "New Event " window and also to customize Design template of user Interface . Now we are analysing whether this product satisfy our requirements. Thank you Regards Sanuji. Answer posted by Alex (support) on Oct 29, 2009 02:59 Hello, >>onclicking the save button on the "New Event " window of javascript to saving datas to database. you can use dataprocessor and java connector scheduler to save changes to the database. The sample is placed to the connector package that can be downloaded here: http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml >> The usual customization may be adding a text field ,select or radio buttons Scheuler allows to create custom forms. Please, take a look at the article http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_details_form The sample is dhtmlxScheduler/samples/sample_custom_editor.html >> to customize Design template of user Interface The information about custom styling can be found here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_styling |