home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit2512 "Displays the editable contents of the CDML Code tag."
-
- VList(stdBackColor, Width = UseParent, Height = UseParent)
- {
- VList( VScroll, BackColor = White,
- Width = UseParent, Height = UseParent )
- Margin(2,2,2,2)
- EditText( obj.contents, LabelWidth = 0, Width = UseParent,
- MultiLine, kEditFont, NoFrame, NoSmartQuotes, NoSmartEdits, EH kLit2512);
-
- }
-