On Jan 16, 2008 7:07 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > If I start with an initially empty string I don't get any place to > click & activate the editor. I would think that empty string is a > common default.
I've typically used a default string as the value (for example, "not set") and then if that value is detected (or empty string) when the form is posted, then I just return the default string. There's not really much that IPE can do in this case as most of the implementation for these cases relies on page load values and server behavior. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
