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