This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "hyves-zoek", | |
icon: "http://img19.imageshack.us/img19/3555/hyvesiconjx2.png", | |
author: { name: "Daniel Apt"}, | |
license: "GPL", | |
description: "Zoek Hyves voor de gegeven naam", | |
help: "Typ of selecteer een naam om hyves voor deze naam te doorzoeken. Druk enter om naar de zoekpagina met resultaten te navigeren, of wacht totdat deze heeft geladen in het preview scherm.", | |
takes: {"name": noun_arb_text}, | |
preview: function( pblock, input ) { | |
pblock.innerHTML = "Zoek <a href='www.hyves.nl'>Hyves</a> voor: "+input.text; |