forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfield.xml
More file actions
45 lines (45 loc) · 1.83 KB
/
Copy pathfield.xml
File metadata and controls
45 lines (45 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<doc>
<legacy_id>1907</legacy_id>
<name>field</name>
<type>object</type>
<syntax>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
<synonym>fld</synonym>
</synonyms>
<classification>
<category>Objects & Messages</category>
</classification>
<references>
<keyword tag="templateField">templateField Keyword</keyword>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary>A <keyword tag="control">control</keyword> that contains text.</summary>
<examples>
<example>set the backgroundColor of field "Warnings" to "red"</example>
<example>put it into line 3 of field "Help"</example>
</examples>
<description>
<p>Use the <b>field</b> <glossary tag="object type">object type</glossary> to hold text or to provide a place for the user to enter text.</p><p/><p><b>Comments:</b></p><p>Fields can contain styled text (with different fonts, sizes, styles, and colors for different parts of the text they contain). A field can be displayed with or without horizontal and vertical scrollbars, and can be unlocked (allowing the user to enter text) or locked.</p><p/><p>A field is contained in a card, group, or background. Fields cannot contain other objects.</p><p/><p>The field object has a number of properties and messages associated with it. To see a list of messages that can be sent to a field as a result of user actions or internal LiveCode events, open the "LiveCode Language Dictionary" page of the main Documentation window, ensure that the field column is visible and use sort and filter to bring the relevant entries to the top</p>
</description>
</doc>