Hi,
now weary easy to add ability to populate title attribute at internal pages if HTML title attributes is enabled.
It is only necessary to replace line 34 of linkit.js from:
path: result.path
to:
path: result.path, attributes: {title: ((result.addClass==='status-ok' || result.addClass===null || result.addClass==='') ? result.title : '')}

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anon’s picture

I dont understand the request..

SimonLitt’s picture

The ability to get in choosing the internal content is not only a path, but also the title attribute.

SimonLitt’s picture

FileSize
16.48 KB
anon’s picture

Thats a good feature request.. Tho I think this should be a setting on the attribute. I will see what I can dp.

anon’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
killes@www.drop.org’s picture

Issue summary: View changes

I think it's a rather neat feature. sadly, the patch doesn't apply anymore.

anon’s picture

Version: 7.x-3.x-dev » 8.x-4.x-dev

I have plans for this in the 8.x version

anon’s picture

Status: Active » Fixed

  • anon committed cd7cb2c on 8.x-4.x
    Issue #1892992: Ability to populate title attribute
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tostinni’s picture

For those interested on adding this for D7, here is the patch.
Thanks anon for this great module.