[pmwiki-users] Navigator vs Jump Box

Crisses crisses at kinhost.org
Wed Dec 20 06:56:21 CST 2006


On Dec 19, 2006, at 10:52 PM, Sivakatirswami wrote:

> OK... upgraded to 2.2.0b17
>
> Playing with new inputSelect recipes, lovely
>
> I got this working:
>
> [@
> [[#navigator]]

you're missing a form statement here I think.  And the method should  
be "GET":

(:input form method=get:)

> (:if equal {=$FullName} {*$FullName}:)
> (:input select name=n  selected=selected {=$FullName} "{=$Name}":)
> (:if ! equal {=$FullName} {*$FullName}:)
> (:input select name=n {=$FullName} "{=$Name}":)
here you want an ifend
(:ifend:

then a submit button (I don't think the name or value matter here.   
"g" is nice....)

(:input submit name=post value="Go" accesskey=g:)

then end the form

(:input end:)

> [[#navigatorend]]
> @]

See if that can help!

I grabbed the info from:

http://pmwiki.org/wiki/PmWiki/MarkupMasterIndex#Forms

You may also want to look at

http://www.pmwiki.org/wiki/Cookbook/Input

Crisses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20061220/c8761bfb/attachment.html 


More information about the pmwiki-users mailing list