attach a form to a windows

May i know how cani attach a form to a windows?

i could not search if there is any tutorial regarding this. plz help~ thanks!

You can try dhxWins.window(id).attachForm()

will appreciate if there is a sample/example…

will appreciate if there is a sample/example…

Default package contains
dhtmlxForm/samples/01_init/05_window.html

i found this sample codings…but it still cannto execute…

error:object does not support this property/method
pls help~~~~~~~~~~~~~

May be if you change this:

dhxForm = win.attachForm();

to this:

dhxForm = win.attachForm(formData);

does not work with “dhxForm = win.attachForm(formData);”
error:
Microsoft JScript runtime error: Object doesn’t support this property or method

is in the order of references

it resolved

viewtopic.php?f=17&t=14745&p=48927&hilit=attach+a+form+to+a+windows#p48927