Category Archives: Wordpress

Testing Wordpress Code Snippet Plugin

Wordpress Code Snippet Plugin, a Wordpress plugin for code syntax highlighting utilising Geshi (Generic Syntax Highlighter).

Ext.onReady(function(){
    Ext.Msg.alert("Alert Title Here", "Hello world!");
});

Also posted in Extjs | Tagged , | Leave a comment