Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Edit in Place: Forcing Upper CAP mode 1998-04-22 -- Nik Johnson Look in the embeditor for the word Edit. You'll see that an instance of the EditInPlace
class has been created for each field you're editing. Each of these in turn has an .Init
method.
Find the .Init method in the code. It will be toward the end of the code displayed in the
Embeditor. AFTER the call to PARENT.Init (that's what creates the control for updating)
you can place lines which change the properties of the newly created control. In your
case,
SELF.Feq{PROP:CAP} = 1
should do the trick.
Today is November 21, 2024, 7:54 am This article has been viewed 35187 times.
|
|