Skip to main content

HtmlEditorToolbarItemBuilder.AcceptedValues Method

Name Parameters Description
AcceptedValues(JS) value Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
AcceptedValues(IEnumerable<Boolean>) value Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
AcceptedValues(IEnumerable<Double>) value Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
AcceptedValues(IEnumerable<String>) value Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.