awSettings = {
  previewParserPath: '/forum/apercu',
  previewInWindow: 'width=600, height=300, left=10, top=10, resizable=no, scrollbars=yes',
  onCtrlEnter: {keepDefault:false, openWith:'\n\n'},
  markupSet: [
    {name:'Gras', key:'B', openWith:'[b]', closeWith:'[/b]'},
    {name:'Italique', key:'I', openWith:'[i]', closeWith:'[/i]'},
    {name:'Souligné', key:'U', openWith:'[u]', closeWith:'[/u]'},
    {name:'Image', key:'P', replaceWith:'[img][![Adresse de l\'image]!][/img]'},
    {name:'Lien', key:'L', openWith:'[url=[![Adresse du lien]!]]', closeWith:'[/url]', placeHolder:'Texte de votre lien'},
    {name:'Citation', openWith:'[quote]', closeWith:'[/quote]'},
    {name:'Aperçu', className:'preview', call:"preview" }
  ]
}

