summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLTextField.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLTextField.html')
-rw-r--r--docs/Classes/SDLTextField.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/Classes/SDLTextField.html b/docs/Classes/SDLTextField.html
index d2b48284e..453ff6e33 100644
--- a/docs/Classes/SDLTextField.html
+++ b/docs/Classes/SDLTextField.html
@@ -47,14 +47,7 @@
characterSet
</h3>
- <p>The character set that is supported in this field.</p>
-<div class="aside aside-see">
- <p class="aside-title">See</p>
- SDLCharacterSet
-
-</div>
-
-<p>Required</p>
+ <p>The set of characters that are supported by this text field. All text is sent in UTF-8 format, but not all systems may support all of the characters expressed by UTF-8. All systems will support at least ASCII, but they may support more, either the LATIN-1 character set, or the full UTF-8 character set.</p>
@@ -112,7 +105,7 @@
-initWithName:characterSet:width:rows:
</h3>
- <p>Convenience initializer for the TextField RPC struct.</p>
+ <p>Convenience initalizer for the TextField RPC struct</p>