best way for event form custom (yii)

Hi all! I seen documentation and I found a few solutions to create more complex shapes than the default…

full form create event in my application can be called from multiple places and has a default path events/create… to expand the event form in the scheduler, you must create a new form that creates repetition and complexity to the code…

is it possible when you click on scheduler, show standard form located at the address events/create for example using CJuiDialog? it would really inspired me! :wink:

You can redefine the showLightbox function and show your custom html form
docs.dhtmlx.com/scheduler/custom … _form.html

In your case it can be the iframe with some other page inside ( or some third party library which renders nice looking window with iframe inside )