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