ECMAScript, DOM, CSS, generic 'dialogs', help request

  • Thread starter Adam i Agnieszka Gasiorowski FNORD
  • Start date
A

Adam i Agnieszka Gasiorowski FNORD

I'm looking for a ready made script
for generating DHTML based dialogs with ability
to position them, show, hide...If you happen
to know keywords I should insert into Google
search field or have a link to such library
in your bookmarks, please help. I do not want
to reinvent the wheel :8].

By a dialog I understand such construction
as

<div id="d1_frame">
<div id="d1_titlebar">
TitleBarContents
</div>
<div id="d1_contents">
DialogContents
</div>
</div>

, which would be created dynamically
by DOM methods, on request, and attached somewhere
in the DOM tree (to body element?), then positioned
using CSS.

+---------------------------+
+ Dialog Title + X +
+----------------------------
+ +
+ +
+ D i a l o g +
+ C o n t e n t s +
+ +
+ +------+ +
+ + OK + +
+ +------+ +
+ +
+---------------------------+

Ability to add 'widgets', like the
OK button in the ASCII-art above would be
nice, but is not necessary, if I have the
framework I can make the rest myself.

Thank you for your attention.
 
M

Matt Eberts

Adam i Agnieszka Gasiorowski FNORD said:
I'm looking for a ready made script
for generating DHTML based dialogs with ability
to position them, show, hide...

netwindows.org

Should do what you want.

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top