type
ArrayField
ArrayField configures an ordered list of rows containing the supplied fields.
Full signature
type ArrayField struct{ nodeView }Methods
ArrayField.Access()Access replaces the complete field access policy.
ArrayField.Admin()Admin replaces the complete admin presentation policy.
ArrayField.AppendHooks()AppendHooks appends supplied callbacks after existing callbacks in each phase.
ArrayField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
ArrayField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
ArrayField.EditChildren()Public method ArrayField.EditChildren from github.com/riducms/ridu/field.
ArrayField.HookPolicy()Public method ArrayField.HookPolicy from github.com/riducms/ridu/field.
ArrayField.Hooks()Hooks replaces the complete field lifecycle hook group.
ArrayField.Label()Public method ArrayField.Label from github.com/riducms/ridu/field.
ArrayField.LabelTranslations()Public method ArrayField.LabelTranslations from github.com/riducms/ridu/field.
ArrayField.LiveValidate()Add a server check that provides feedback while this field is being edited.
ArrayField.LiveValidators()Read the live server checks attached to this field.
ArrayField.Localized()Public method ArrayField.Localized from github.com/riducms/ridu/field.
ArrayField.MaxRows()Public method ArrayField.MaxRows from github.com/riducms/ridu/field.
ArrayField.MinRows()Public method ArrayField.MinRows from github.com/riducms/ridu/field.
ArrayField.PrependHooks()PrependHooks inserts supplied callbacks before existing callbacks in each phase.
ArrayField.Private()Public method ArrayField.Private from github.com/riducms/ridu/field.
ArrayField.ReadHookPolicy()Public method ArrayField.ReadHookPolicy from github.com/riducms/ridu/field.
ArrayField.ReadHooks()ReadHooks replaces all response-transform hooks.
ArrayField.Rename()Public method ArrayField.Rename from github.com/riducms/ridu/field.
ArrayField.ReplaceLiveValidators()Replace this field’s live server checks, or remove them all.
ArrayField.ReplaceValidators()ReplaceValidators replaces all authoritative save validators.
ArrayField.Required()Public method ArrayField.Required from github.com/riducms/ridu/field.
ArrayField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.
ArrayField.Validate()Validate appends one authoritative save validator.
ArrayField.Validators()Public method ArrayField.Validators from github.com/riducms/ridu/field.