testing


 addPane : function() {
                this.addForm({
                 '' : {type : 'title', txt : 'Insert Code'},
                 'code' : {type : 'content', 'value' : '', style : {width: '340px', height : '200px'}}
                });
               },