On Tue, Oct 6, 2009 at 11:02 AM, Hans <[email protected]> wrote: > > Has BW got a system to set input defaults,
Yes, but it varies slightly depending on the input type. There is this tutorial, but it probably needs to be renamed and rewritten. Maybe it will get you started: http://www.boltwire.com/index.php?p=docs.forms.preserve > for instance from info variables on a source page, Sure. You can do [text field "{some.page::infovarfield}"] > from values set in markup, Not sure what you mean by this. You mean run markup on a field input and get the output? Please clarify... > from previous input (to reset a form with previous input) You can usually do {?field} to get a posted value. This doesn't work with session values however. You might want to look at the edit function to see how box content gets preserved in a botched form submission. Cheers, Dan P.S. Please feel free to help make notes on the page if you see something not right, or that needs to be added. We've reworked all the default systems in BoltWire in recent releases. You should be able to get it to do anything you want. Sorry the docs are spotty. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
