Issue 204: Feature request
Status:  Fixed
Owner: ----
Closed:  May 2009
Reported by ardenb...@gmail.com, Mar 27, 2009
I am using 1.4.2. When I add title="" in my <a>, the title will show on my
image.
Can you add a flag to enable/disable the title on the image?

I added on flag and check that flag before add title on image as the following:
$.fn.nyroModal.settings = {
...
showTitleOnImage: true, // show title on image
...
}
...
if (currentSettings.type == 'image') {
  if (currentSettings.showTitleOnImage) {
   // Adding the title for the image
  }
}


Mar 28, 2009
Project Member #1 nyro...@gmail.com
In my dev version it was already done.
I have to check all the new bug report to relase a new version.
The setting name will be: addImageDivTitle
Status: Accepted
Labels: Type-Enhancement
Apr 15, 2009
#2 anotherhero
Or could you please add a class to that div that is displayed over the image. Then
you can just hide it with css.
May 14, 2009
Project Member #3 nyro...@gmail.com
After a while, the version 1.5.0 is now here and fix this issue.
Status: Fixed