RBManagedFormTextViewFieldSchema Class Reference
Inherits from | RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject |
---|---|
Declared in | RBManagedFormTextViewFieldSchema.h |
placeholder
The placeholder text to display when the field is empty.
@property (nonatomic, nullable) NSString *placeholder
Discussion
The placeholder text to display when the field is empty.
Declared In
RBManagedFormTextViewFieldSchema.h
secureTextEntry
Whether or not the text input should be hidden, for passwords for example.
@property (nonatomic) BOOL secureTextEntry
Discussion
Whether or not the text input should be hidden, for passwords for example.
Declared In
RBManagedFormTextViewFieldSchema.h
autocapitalisation
Whether or not autocapitalisation should occur when beginning sentences.
@property (nonatomic) BOOL autocapitalisation
Discussion
Whether or not autocapitalisation should occur when beginning sentences.
Declared In
RBManagedFormTextViewFieldSchema.h
autocorrection
Whether words should be autocorrected.
@property (nonatomic) BOOL autocorrection
Discussion
Whether words should be autocorrected.
Declared In
RBManagedFormTextViewFieldSchema.h
keyboardType
Which type of keyboard to display when the field is selected for editing.
@property (nonatomic) UIKeyboardType keyboardType
Discussion
Which type of keyboard to display when the field is selected for editing.
Declared In
RBManagedFormTextViewFieldSchema.h
minimumSize
The minimum size that the text view field will be given in the managed form.
@property (nonatomic) CGSize minimumSize
Discussion
The minimum size that the text view field will be given in the managed form.
Declared In
RBManagedFormTextViewFieldSchema.h
maximumSize
The maximum size that the text view field will be given in the managed form.
@property (nonatomic) CGSize maximumSize
Discussion
The maximum size that the text view field will be given in the managed form.
Declared In
RBManagedFormTextViewFieldSchema.h