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