On Thu, Oct 8, 2009 at 6:25 AM, Hans <[email protected]> wrote: > > 2009/10/8 The Editor <[email protected]>: >> >> If you set a simple "msg" field with no id, it will replace the entire >> message output with that one message >> >> [session msg "whatever"] >> >> If I do >> >> [session msg_1 "more"] >> >> it will append that to the message array, or be available as a >> specific message. Of course it will be overridden in [messages] if >> there is a simple "msg" field in the form. > > That does not really address my example.
Clarify? Isn't what you want: For example: [session msg "Some fields need to be filled"] Shows in [messages] (because "msg" ONLY this shows, otherwise would get whole message stream) [session msg_name "Enter your name here"] Shows in [messages_name] >> P.S. I do wonder if we want different styling for sub messages? For >> example, the main message may be in a nice message box. The sub >> message might just be colored text near the input box. Having multiple >> message boxes in the default skin look a bit unweildy. I'm thinking >> perhaps class messageid as opposed to class message? > > Those messages should be in a <span> with a class. It is important > one can place them inline, and style all at once via css. I can make the messageid's a span, but would prefer a div for the main message box. Or can you set spans to width=100%? 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 -~----------~----~----~----~------~----~------~--~---
