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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to