DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Comando De Ubiquity Para Buscar En El DRAE
<pre>CmdUtils.CreateCommand({
name: "rae",
takes: {"thing": noun_arb_text},
execute: function( thing ) {
Application.activeWindow.open(Utils.url('http://buscon.rae.es/draeI/SrvltGUIBusUsual?LEMA='+thing.text));
}
})
</pre>




