Home
last modified time | relevance | path

Searched refs:accesskey (Results 1 – 19 of 19) sorted by relevance

/template/kajukkk/
H A Dtpl_functions.php40 if($accesskey) {
41 $akey = 'accesskey="'.$accesskey.'" ';
42 $addTitle = ' ['.strtoupper($accesskey).']';
94 if($accesskey) {
95 $akey = 'accesskey="'.$accesskey.'" ';
96 $addTitle = ' ['.strtoupper($accesskey).']';
/template/bootstrap3/compat/inc/Menu/Item/
H A DEdit.php24 $this->accesskey = 'e';
38 $this->accesskey = 'v';
43 $this->accesskey = 'v';
H A DAbstractItem.php32 protected $accesskey = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
138 $attr['accesskey'] = $this->getAccesskey();
213 return $this->accesskey;
244 'accesskey' => $this->accesskey ?: null,
H A DRecent.php16 $this->accesskey = 'r';
H A DRevisions.php16 $this->accesskey = 'o';
H A DImgBackto.php20 $this->accesskey = 'b';
H A DIndex.php18 $this->accesskey = 'x';
H A DTop.php18 $this->accesskey = 't';
H A DBack.php25 $this->accesskey = 'b';
/template/ad-hominem/css/
H A D_edit.css95 #tool__bar button[accesskey="b"] { background-image: url('images/editor/format-bold.svg'); margin-left: 1.5pt; }
96 #tool__bar button[accesskey="i"] { background-image: url('images/editor/format-italic.svg'); }
97 #tool__bar button[accesskey="u"] { background-image: url('images/editor/format-underline.svg'); }
98 #tool__bar button[accesskey="m"] { background-image: url('images/editor/format-monospace.svg'); }
99 #tool__bar button[accesskey="d"] { background-image: url('images/editor/format-strikethrough.svg'); }
100 #tool__bar button[accesskey="8"] { background-image: url('images/editor/format-header-equal.svg'); margin-left: 4pt; }
101 #tool__bar button[accesskey="9"] { background-image: url('images/editor/format-header-decrease.svg'); }
102 #tool__bar button[accesskey="0"] { background-image: url('images/editor/format-header-increase.svg'); }
104 #tool__bar button[accesskey="l"] { background-image: url('images/editor/insert-link.svg');margin-left:4pt; }
106 #tool__bar button[accesskey
[all...]
/template/bootie/
H A Dtpl_template_NicoBoot.php238 if ($accesskey) {
239 $akey = 'accesskey="' . $accesskey . '" ';
240 $addTitle = ' [' . strtoupper($accesskey) . ']';
/template/h6e-minimal/
H A Dmain.php59 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
/template/monobook/user/
H A Dtabs.php.dist98 $_monobook_tabs["tab-wikilinkexample"]["accesskey"] = "H"; //accesskey is optional
/template/vector/user/
H A Dtabs.php.dist128 $_vector_tabs_right["tab-wikilinkexample"]["accesskey"] = "H"; //accesskey is optional
/template/strap/class/
H A DTplUtility.php885 if ($accesskey) {
886 $akey = 'accesskey="' . $accesskey . '" ';
887 $addTitle = ' [' . strtoupper($accesskey) . ']';
/template/starterpjax/
H A Dmain.php.withTime64 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
67 …c="'.ml('logo.png').'" alt="'.$conf['title'].'" />','id="dokuwiki__top" accesskey="h" title="[H]"'…
/template/a_new_day/js/
H A Dprototype.js1495 accesskey: "accessKey", property in Element._attributeTranslations.names
/template/battlehorse/js/
H A Dprototype.js1495 accesskey: "accessKey", property in Element._attributeTranslations.names
/template/bootstrap3/
H A DRELEASE.md266 * #325: Fixed accesskey issue (thanks to @dedeibel)