/** CONFIGURAÇÕES PARA O BBCODEEDITOR **/ var BBCODEEDITOR_CONFIG = { smillespath : 'imagens/mural_recados/smilles/' , smilles : { 'skype' : { label : 'NULL' , '01' : '01.gif' , '02' : '02.gif' , '03' : '03.gif' , '04' : '04.gif' , '05' : '05.gif' , '06' : '06.gif' , '07' : '07.gif' , '08' : '08.gif' , '09' : '09.gif' , '10' : '10.gif' , '11' : '11.gif' , '12' : '12.gif' , '13' : '13.gif' , '14' : '14.gif' , '15' : '15.gif' , '16' : '16.gif' , } } , cores : { borderTop : '#fff' , borderLeft : '#fff' , borderRight : '#ccc', borderBottom : '#ccc' , background : '#eee' , font : '#999' , editBackground : '#fff' , editFont : '#060' } , fonts : { buttons : { font : 'serif' , size : '12px' , weight : 'bold' } , editor : { font : 'sans-serif' , size : '12px' , weight : 'normal' } } , buttons : { /** Os botões seguem a seguinte estrutura: identificados : { title : 'Hint Text' , text : 'Texto do botão' , tagname : 'NomeDaTagAInserir' , tagtype : {1|2|3} /* 1 = Tag única, 2 = Tag Dupla, 3 = função (busca em func)*//* , func : 'link|linkmail' , class : 'classCSS' } **/ bold : { title : 'Bold' , text : 'B' , tagname : 'b' , tagtype : 2 , class : '' } , center : { title : 'Centralizar' , text : 'CENTER' , tagname : 'center' , tagtype : 2 } , h1 : { title : 'Título' , text : 'H1' , tagname : 'h1' , tagtype : 2 } , link : { title : 'Inserir link' , text : 'Link' , tagtype : 3 , func : 'link' } } } ;