Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 12:36 pm This article has been viewed 35188 times.
|
|