Added bgcolor bbcode.
This commit is contained in:
parent
97318088a9
commit
c9bacc68fc
1 changed files with 7 additions and 0 deletions
|
@ -264,6 +264,13 @@ var Chat = (function () {
|
||||||
persistStyleAttr: 'color',
|
persistStyleAttr: 'color',
|
||||||
persistStyleSingle: true,
|
persistStyleSingle: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tag: "bgcolor",
|
||||||
|
arg: true,
|
||||||
|
rmarg: ";:{}<>&|\\/~'\"",
|
||||||
|
swap: "<span style='background-color:{0};'>{1}</span>",
|
||||||
|
enableSetting: 'bbParseColour',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
tag: "url",
|
tag: "url",
|
||||||
arg: false,
|
arg: false,
|
||||||
|
|
Loading…
Reference in a new issue