PDA

View Full Version : YAHOO.ext.BasicDialog - where are the Docs?



JohnT
4 Nov 2006, 10:01 AM
I am trying to learn how to take your examples, and customize them for my own apps.

Is there somewhere I can read about BasicDialog, or is that part of the original YUI?

I am interested in things such as:

1. How would I customize the buttons?

2. How would I customize the spacing between the buttons?

etc.

Thanks.

John T.[/list]

jack.slocum
4 Nov 2006, 2:09 PM
BasicDialog is documented within the code. In the final release I will also be generating new JSDoc documentation from the source. There are two examples on the blog post that you can reference as well.

Like everything else in yui-ext, the visual aspect of the buttons is done in CSS and is complete customizable. If you look at basic-dialog.css, there are CSS selectors related to the buttons.

JohnT
4 Nov 2006, 2:11 PM
thank you, Jack.

jack.slocum
4 Nov 2006, 2:14 PM
No problem. The docs have fallen behind quite a bit and is one of the reasons I haven't done a release in a while. I am big on documentation so I will be updating them very soon. Sorry about that.