Hi,
I use the following code
var callback = function(tagsClass) {
var myTips = new Tips('.'+tagsClass);
myTips.setTitle('my title');
myTips.setText('my text');
}
callback.delay(2000, null, [tagsClass]);
to create a Tips object. The Tips are shown, but the title and text
are title='' and text='javascript:' instead of 'my title' and 'my
text'.
Please tell me the reason for this behavior of Tips and how I can
avoid it.
Many thanks.
Mootools Core and More:
this.MooTools = {
version: '1.4.2',
build: '552dfd4704fccffed444e0211c50831a2bfe209f'
};
MooTools.More = {
'version': '1.4.0.1',
'build': 'a4244edf2aa97ac8a196fc96082dd35af1abab87'
};
Greetings
Chris