DHTML dialog boxes
-
Where can I find some documentation on getting started creating DHTML dialog boxes?
What compiler will I need?
Looking for the easy answer.
-
No compiler is needed.
Webdialogs is just the same as a website. Mainly HTML,CSS and JS. Any webdesign tutorial will work.
-
@thomthom said:
No compiler is needed.
Really I thought that was what DHTML was. HTML compiled to a DLL.
I was just quoting the Web Dialogs Introduction on the SketchUp Ruby API web page.
http://code.google.com/apis/sketchup/docs/ourdoc/webdialog.html
Okay... So are there any books that can walk me through creating a simple hello world web dialog for SketchUp ruby.
I know exactly Zero about web based programming.
-
DHTML is an old term for Dynamic HTML. It's basically just HTML mixed with JS. A rather old phrase from the IE4 era.
-
@gruff said:
Okay... So are there any books that can walk me through creating a simple hello world web dialog for SketchUp ruby.
I don't think you'll find any which directly relates to Sketchup. But any book that talks about web applications will work.
Advertisement