type
TextareaField
TextareaField configures a multi-line text field.
Full signature
type TextareaField struct{ nodeView }Methods
TextareaField.Access()Access replaces the complete field access policy.
TextareaField.Admin()Admin replaces the complete admin presentation policy.
TextareaField.AppendHooks()AppendHooks appends supplied callbacks after existing callbacks in each phase.
TextareaField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
TextareaField.Default()Public method TextareaField.Default from github.com/riducms/ridu/field.
TextareaField.DefaultCallback()Read the configured dynamic default without running it.
TextareaField.DefaultFrom()Use a callback to choose the initial text value when this field is omitted.
TextareaField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
TextareaField.HookPolicy()Public method TextareaField.HookPolicy from github.com/riducms/ridu/field.
TextareaField.Hooks()Hooks replaces the complete field lifecycle hook group.
TextareaField.Index()Public method TextareaField.Index from github.com/riducms/ridu/field.
TextareaField.Label()Public method TextareaField.Label from github.com/riducms/ridu/field.
TextareaField.LabelTranslations()Public method TextareaField.LabelTranslations from github.com/riducms/ridu/field.
TextareaField.LiveValidate()Add a server check that provides feedback while this field is being edited.
TextareaField.LiveValidators()Read the live server checks attached to this field.
TextareaField.Localized()Public method TextareaField.Localized from github.com/riducms/ridu/field.
TextareaField.MaxLength()Public method TextareaField.MaxLength from github.com/riducms/ridu/field.
TextareaField.MinLength()Public method TextareaField.MinLength from github.com/riducms/ridu/field.
TextareaField.PrependHooks()PrependHooks inserts supplied callbacks before existing callbacks in each phase.
TextareaField.Private()Public method TextareaField.Private from github.com/riducms/ridu/field.
TextareaField.ReadHookPolicy()Public method TextareaField.ReadHookPolicy from github.com/riducms/ridu/field.
TextareaField.ReadHooks()ReadHooks replaces all response-transform hooks.
TextareaField.Rename()Public method TextareaField.Rename from github.com/riducms/ridu/field.
TextareaField.ReplaceLiveValidators()Replace this field’s live server checks, or remove them all.
TextareaField.ReplaceValidators()ReplaceValidators replaces all authoritative save validators.
TextareaField.Required()Public method TextareaField.Required from github.com/riducms/ridu/field.
TextareaField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.
TextareaField.Unique()Public method TextareaField.Unique from github.com/riducms/ridu/field.
TextareaField.Validate()Validate appends one authoritative save validator.
TextareaField.Validators()Public method TextareaField.Validators from github.com/riducms/ridu/field.