Welcome, Guest
Username: Password: Remember me

TOPIC: [ADDED] Tooltips

Tooltips 05 Oct 2012 07:05 #4265

  • cefnllys
  • cefnllys's Avatar
  • Offline
  • Premium Member
  • Posts: 102
  • Thank you received: 5
  • Karma: 1
Tooltips would be a handy feature. Do you intend to implement these?
The administrator has disabled public write access.

Re: Tooltips 05 Oct 2012 08:15 #4267

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
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!!!
The administrator has disabled public write access.

Re: Tooltips 05 Oct 2012 09:03 #4268

  • cefnllys
  • cefnllys's Avatar
  • Offline
  • Premium Member
  • Posts: 102
  • Thank you received: 5
  • Karma: 1
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?
The administrator has disabled public write access.

Re: Tooltips 05 Oct 2012 10:37 #4269

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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 administrator has disabled public write access.
The following user(s) said Thank You: JoomGuy

Re: Tooltips 05 Oct 2012 11:18 #4272

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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 administrator has disabled public write access.
The following user(s) said Thank You: BTB300

Re: Tooltips 12 Oct 2013 16:48 #11379

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
You can now use tooltips in JDom calls using :
'tooltip' => true,
'title' => "My super title"
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.248 seconds

Get Started