589
правок
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| Строка 7: | Строка 7: | ||
$textarea.wikiEditor( 'addToToolbar', { | $textarea.wikiEditor( 'addToToolbar', { | ||
section: 'main', | section: 'main', | ||
groups: { | |||
list: { | |||
tools: { | |||
templates: { | |||
label: 'Templates', | |||
type: 'select', | |||
list: { | |||
'Ping-button': { | |||
label: '{{Ping}}', | |||
action: { | |||
type: 'encapsulate', | |||
options: { | |||
pre: '{{Ping|', | |||
post: '}}' | |||
} | |||
} | |||
}, | |||
'Clear-button': { | |||
label: 'Clear', | |||
action: { | |||
type: 'encapsulate', | |||
options: { | |||
pre: '{{Clear}}' | |||
} | |||
} | |||
}, | |||
'Done-button': { | |||
label: 'Done', | |||
action: { | |||
type: 'encapsulate', | |||
options: { | |||
pre: '{{Done}}' | |||
} | |||
} | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
} | } | ||