Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Tooltips 05 Oct 2012 07:05 #4265

Tooltips would be a handy feature. Do you intend to implement these?

Please Log in or Create an account to join the conversation.

Re: Tooltips 05 Oct 2012 08:15 #4267

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
Can't you just use the following in your code;
For Text
JHTML::_('behavior.tooltip');
echo JHTML::tooltip('Tooltip Text', 'Tooltip Title', '', 'Text to be hovered over');
For Images
JHTML::_('behavior.tooltip');
JHTML::tooltip('Tooltip Text', 'Tooltip title', 'tooltip.png', '', '', false);
?

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!

Please Log in or Create an account to join the conversation.

Re: Tooltips 05 Oct 2012 09:03 #4268

Thanks but i'm using the version 2.0 beta coding and in that the form fields are itterated through and defined in another file so i wouldnt be able to add the code directly around them o the page, iv made a fix by adding a description field but is this the proper way to do it? if not what is the proper way to do it in version 2.0 beta code?

Please Log in or Create an account to join the conversation.

Re: Tooltips 05 Oct 2012 10:37 #4269

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Try to use the 'exploded' form style (in the config), in order to be able to act on a specific field.
Coding is now a piece of cake
The following user(s) said Thank You: JoomGuy

Please Log in or Create an account to join the conversation.

Re: Tooltips 05 Oct 2012 11:18 #4272

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
ToolTips are on the way.

A drafted JDom Tooltip is already existing in local, but not finished because I want to implement it for every children of html.fly and html.grid.

Bit of patience, it is comming.
Coding is now a piece of cake
The following user(s) said Thank You: BTB300

Please Log in or Create an account to join the conversation.

Re: Tooltips 12 Oct 2013 16:48 #11379

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
You can now use tooltips in JDom calls using :
'tooltip' => true,
'title' => "My super title"
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.068 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started