Tag Archives: Extjs

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!");
});

Posted in Extjs, Wordpress | Also tagged | Leave a comment