// ----------------------------------------------------------------------------
// markItUp!
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// ----------------------------------------------------------------------------
// Html tags
// http://en.wikipedia.org/wiki/html
// ----------------------------------------------------------------------------
// Basic set. Feel free to add more tags
// ----------------------------------------------------------------------------
myBbcodeSettings = {	
	onShiftEnter:  	{keepDefault:false, replaceWith:'<br />\n'},
	onCtrlEnter:  	{keepDefault:false, openWith:'\n<p>', closeWith:'</p>'},
	onTab:    		{keepDefault:false, replaceWith:'    '},
	previewParserPath:  "http://concursos.danzarinas.com/bbcode_preview.php?ty=c",
	closeButtonLabel:   "Cerrar previsualización",
	markupSet:  [
				{name:'Previsualizar', className:'bbcode_preview', key:'X',  call:'preview', use_on_existing:"preview-comentario"}
	]
}
