Ok.  I'll wait for next release for data variables.  Most of what I
need I guess are the info variables and you explained an existing way
for info variables.

BOLTcomm2func('field=myfield value=myvalue target=some.page', 'info');

So I should be able to set some code.skinvars this way?

BOLTcomm2func('field=Name value="My Site New Title"
target=code.skinvars', 'info');

or in a form processing where {sitename} is form field on current
page??

[session '[(info field=Name value={=sitename}
target=code.skinvars)]' ]

I'll try both out and report back!

> As for info vars, those are a little different, and you can handle it right 
> now.
>
> To do this using markup you would do:
>
> [(info field=myfield value=myvalue target=some.page)]
>
> To convert this to php, you would do this:
>
> BOLTcomm2func('field=myfield value=myvalue target=some.page', 'info');
>
> Basically this says take the first field, convert it to regular
> parameters and run it through the info function. It's a great utility
> for this kind of thing.  
>
>You could of course generate the args by hand
> into the proper array and pass it to BOLTFinfo($args, $zone), but I
> find this shortcut generally easier to use.
>
> Cheers,
> Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to