Do you mean a rich text editor? Something like TinyMCE? http://tinymce.moxiecode.com/
Or something less bulky than that? Chas. Meredith Gregory wrote: > Tyler, Charles, > > Thanks for the tip! > > i decided that it looks like i've intended for people to input more > complex expressions. So, i've left the size the way it is. (You know in > jazz when you play a wrong note once, it's a mistake, but if you keep > hammering it, it's what you meant to do. i'm improvising, sort of. ;-) > That begs another question, however. Is there a more complex text edit > widge, like the one around the edit area in gmail. Is there a jquery > widget that handles most of this? > > Best wishes, > > --greg > > On Sun, May 3, 2009 at 4:28 PM, Charles F. Munat <[email protected] > <mailto:[email protected]>> wrote: > > > It's not likely, it IS blueprint, which in it's infinite wisdom, sets > the height and width of textareas in pixels. > > You can override it generically in CSS, or you could add a class (or id) > attribute to that specific textarea and then set it with CSS. > > (There are some things I really don't like about Blueprint, and default > sizes on the textareas is at the top of my list.) > > Chas. > > TylerWeir wrote: > > If you're using the standard CSS, it's likely blueprint is > controlling > > the size: > > http://blueprintcss.org/blueprint/src/forms.css > > > > > > > > On May 3, 6:16 pm, Meredith Gregory <[email protected] > <mailto:[email protected]>> wrote: > >> Lifted, > >> > >> i gave up on trying to understand how to to the brain-dead > simple version of > >> what i was trying to do and went for a more complex version. > This works > >> (better, anyways). However, i notice that despite the > instructions to render > >> the textarea with 1 row, it is rendering it with about 10 rows. > Anybody have > >> any clues as to why? > >> > >> <lift:surround with="default" at="content"> > >> <h1>R-E-P-L</h1> > >> <lift:REPLForm.show> > >> <json:script/> > >> <select id="json_verb"> > >> <option value="parse">Parse term</option> > >> <option value="evaluate">Evaluate term</option> > >> <option value="type">Type term</option> > >> </select> > >> <br /> > >> <textarea id="expression" rows="1">lambda x.x</textarea>> > >> <br /> > >> <button json:onclick="onclick">Go</button> > >> <br /> > >> <div id="result"></div> > >> </lift:REPLForm.show> > >> </lift:surround> > >> > >> Best wishes, > >> > >> --greg > >> > >> -- > >> L.G. Meredith > >> Managing Partner > >> Biosimilarity LLC > >> 1219 NW 83rd St > >> Seattle, WA 98117 > >> > >> +1 206.650.3740 > >> > >> http://biosimilarity.blogspot.com > > > > > > > > > -- > L.G. Meredith > Managing Partner > Biosimilarity LLC > 1219 NW 83rd St > Seattle, WA 98117 > > +1 206.650.3740 > > http://biosimilarity.blogspot.com > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
