enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Add Opentip object API doc #16

Open enyo opened 11 years ago

enyo commented 11 years ago

Things like .hide() .show() .setContent() etc...

Gruselgurke commented 11 years ago

That would be highly usefull. I'm currently a little bit lost by the nice but very small documentation. I'm trying some more complicated things but its hard to do so without know whats possible right now.

enyo commented 11 years ago

Ok. I'll try to do it as soon as possible.

Btw: If you look at the coffeescript source code, you'll find that most of the source is quite documented so you could try to look at that in the meantime.

Gruselgurke commented 11 years ago

Just found that after I made that post :) That might help me a bit, though I never used coffescript so the syntax is a bit weird for me.

enyo commented 11 years ago

FYI: methods that start with _ are considered private.

Gruselgurke commented 11 years ago

good to know, also thanks for the fast reply and taking a look at extending the documentation :)