How do I do a read only input box in a form view. I assume you need to
do a present-as like in the following code.


(defview employee-element-form-view (:type form :inherit-from
'(:scaffold employee-element))
  (^id :hidep t)
  (company-name :present-as (..what must go here for readonly..)
  (start-date :reader (compose #'format-date #'start-date))
  (end-date :reader (compose #'format-date #'end-date))
  )  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" 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/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to