// ----------------------------------------------------------------------------
// markItUp!
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// ----------------------------------------------------------------------------
RonkSettings = {
    onShiftEnter:    {keepDefault:false, replaceWith:'<br />\n'}
    ,onCtrlEnter:     {keepDefault:false, openWith:'\n<p>', closeWith:'</p>\n'}
    ,onTab:           {keepDefault:false, replaceWith:'     '}
    ,markupSet:  [
        {name:'Picture'      , key:'P', replaceWith:'<img src="[![Source:!:http://]!]" alt="[![Alternative text]!]" />' }
        ,{name:'PictureUpload'
			, key:'Z'
			, beforeInsert:function(h) {mostra_div_carica_photo();}
		}
//        ,{separator:'---------------' }
//        ,{name:'Clean', replaceWith:function(h) { alert('pulsante'+h.name);return h.selection.replace(/<(.*?)>/g, ""); } }
//        ,{name:'Preview', call:'preview', className:'preview' }
    ]
}

