Skip to content

Instantly share code, notes, and snippets.

View DanielApt's full-sized avatar

DanielApt

  • Amazon UK
  • London
View GitHub Profile
@DanielApt
DanielApt / x
Created February 7, 2009 09:19
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;