Lines Matching defs:title
45 title: LANG.linkwiz,
195 this.$entry.val(a.title);
196 if (a.title === '' || a.title.charAt(a.title.length - 1) === ':') {
210 * When no selection is available the given title will be used
211 * as link title instead
213 * @param {string} title The heading text to use as link title if configured
215 insertLink(title) {
229 // if the selection has any text, use it as the link title
237 // if there is no selection, and useheading is enabled, use the heading text as the link title
239 linkTitle = title;
266 * @param {string} title
269 createLinkSyntax(id, title) {
286 if (title) {
287 link += title;