I'm having trouble understanding option declaration for methods like
clonePosition, whose syntax is thus:
clonePosition(element, source[, options]) -> HTMLElement
I haven't been able to figure it out. I tried the traditional (element,
{options}) approach, and the method fired no problem but didn't obey
my options at all:
tooltip.clonePosition(inputElem,{setWidth: "false", setHeight:
"false"});
I'm clearly doing it the wrong way. What's right?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---