[pmwiki-users] can wikish read a textbox?

Peter Bowers pbowers at pobox.com
Thu Jun 27 08:50:10 CDT 2013


Any variable in $_REQUEST is available via ${!var} syntax.

You can also use (:wikish_form ... PROCESS:) to load the same variables
into straight ${var} variables.

-Peter


On Wed, Jun 26, 2013 at 3:07 PM, Mark Lee <mark.lee.phd at gmail.com> wrote:

> I am experimenting with wikish_button. I am wondering if it is possible
> for wikish code to read a textbox value. For example, if the texbox is
> defined in the final HTML by
>
> <input type="text" id="mytextbox" value="Hello World!" />
>
> I would like to set a variable in wikish code to the value "Hello World!"
> by clicking a button. Is that possible?
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20130627/613d2a32/attachment.html>


More information about the pmwiki-users mailing list