-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59eb3d7
commit 0fe37dd
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* Helper Component for the Ad Hoc Tags Plugin | ||
* | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* @author Anika Henke <[email protected]> | ||
* @author Sascha Leib <sascha.leib(at)kolmio.com> | ||
* @author Anika Henke <[email protected]> | ||
* @author Sascha Leib <sascha.leib(at)kolmio.com> | ||
*/ | ||
|
||
class helper_plugin_adhoctags extends DokuWiki_Plugin { | ||
|
@@ -15,9 +15,6 @@ class helper_plugin_adhoctags extends DokuWiki_Plugin { | |
static protected $rtlscripts = array('arab','thaa','hebr','deva','shrd'); | ||
/* selection of left-to-right scripts (may override the language defaults to ltr) */ | ||
static protected $ltrscripts = array('latn','cyrl','grek','cyrs','armn'); | ||
/* tag attributes that are always allowed: */ | ||
static protected $globalattr = array('dir','hidden','is','itemid','itemprop','itemref','itemscope','itemtype','role','tabindex'); | ||
|
||
|
||
/* Helper plugins should return info about the methods supported. */ | ||
public function getMethods() { | ||
|
@@ -122,6 +119,7 @@ function buildAttributes($data, $myObj, $addClass='', $mode='xhtml') { | |
* get attributes (pull apart the string between '<wrap' and '>') | ||
* and identify classes, width, lang and dir | ||
* | ||
* @author Sascha Leib <sascha.leib(at)kolmio.com> | ||
* @author Anika Henke <[email protected]> | ||
* @author Christopher Smith <[email protected]> | ||
* (parts taken from http://www.dokuwiki.org/plugin:box) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters