[Bese-devel] feature requests
Jan Rychter
jan at rychter.com
Wed Nov 9 09:52:43 UTC 2005
Marco:
> Jan Rychter <jan at rychter.com> writes:
> > Quoting Marco, "Ask and ye shall receive" -- I have two feature
> > requests.
>
> you guys are so spoiled :)
We learn quickly.
> > One: I'd like to have an exported function that I could call that would
> > generate an action URL and return it as a string. Purpose: to pass it to
> > Java applets as in:
>
> (defun action-href (action-lambda
> &key (component (context.window-component *context*))
> (frame (context.current-frame *context*)))
> "Given a lambda returns a URL (as a string) which will call
> the lambda.
>
> The COMPONENT parameter is passed directly to COMPUTE-URL, FRAME
> is passed to MAKE-NEW-ACTION."
Very neat. Thanks.
> > Two: could we please have an <:applet tag in yaclml?
>
> added <:applet and <:param
Cool, thanks! Although it seems you're missing the archive parameter to
applet:
(def-html-tag <:applet code archive width height)
--J.
More information about the bese-devel
mailing list