View Source ExTealFroala.FroalaText (ExTealFroala v1.0.0)

Rich Text Field that uses the Froala WYSIWYG Editor to edit html content.

Summary

Functions

Callback implementation for ExTeal.Field.filterable_as/0.

Callback implementation for ExTeal.Field.make/2.

Callback implementation for ExTeal.Field.sanitize_as/0.

Enable asset embedding for this input field. This assumes that you've configured a plugin that handles and exposes file uploading functionality to the vue app

Customize the config of the editor.

Functions

Link to this function

apply_options_for(field, model, conn, type)

View Source

Callback implementation for ExTeal.Field.apply_options_for/4.

Callback implementation for ExTeal.Field.default_sortable/0.

Callback implementation for ExTeal.Field.filterable_as/0.

Link to this function

make(name, label \\ nil)

View Source

Callback implementation for ExTeal.Field.make/2.

Callback implementation for ExTeal.Field.sanitize_as/0.

Link to this function

value_for(field, model, method)

View Source

Callback implementation for ExTeal.Field.value_for/3.

Enable asset embedding for this input field. This assumes that you've configured a plugin that handles and exposes file uploading functionality to the vue app

Link to this function

with_config(field, options)

View Source

Customize the config of the editor.

See Froal's documentation for more details.