markItUpSettings_forumBBCode = {
	nameSpace: 'forumBBCode',
	previewParserPath: '~/sets/ForumBBCode/Parser.aspx',
	markupSet: [
		{ name:'Bold', key:'B', openWith:'[b]', closeWith:'[/b]', className:'buttonBold' },
		{ name: 'Italic', key: 'I', openWith: '[i]', closeWith: '[/i]', className: 'buttonItalic' },
		{ name: 'Underline', key: 'U', openWith: '[u]', closeWith: '[/u]', className: 'buttonUnderline' },
		{ name: 'Strike', key: 'S', openWith: '[s]', closeWith: '[/s]', className: 'buttonStrike' },
		{ separator: '---------------' },
		{ name: 'Picture', key: 'P', replaceWith: '[img][![URL]!][/img]', className: 'buttonPicture' },
		{ name: 'Link', key: 'L', openWith: '[url=[![URL]!]]', closeWith: '[/url]', placeHolder: '...', className: 'buttonLink' },
		{ separator:'---------------' },
		{ name: 'Unordered list', openWith: '[list]\n', closeWith: '\n[/list]', className: 'buttonUnorderedList' },
		{ name: 'Ordered list', openWith: '[list=1]\n', closeWith: '\n[/list]', className: 'buttonOrderedList' },
		{ name: 'List item', openWith: '[*] ', className: 'buttonListItem' },
		{ separator:'---------------' },
		{ name: 'Quote', openWith: '[quote]', closeWith: '[/quote]', className: 'buttonQuote' },
		{ name: 'Code', openWith: '[code]', closeWith: '[/code]', className: 'buttonCode' }, 
		{ separator:'---------------' },
		{ name:'Preview', className:"preview", call:'preview' }
    ]
}
