Playground.LayoutHtml (ckeditor5 v0.1.0)

HTML module for the layout of the playground application.

Summary

Functions

The resource name, as an atom, for this view

Renders the given template locally.

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Functions

__resource__()

The resource name, as an atom, for this view

app.html(assigns)

cke_cloud_assets(assigns)

See CKEditor5.Components.Cloud.Assets.render/1.

cke_editable(assigns)

See CKEditor5.Components.Editable.render/1.

cke_ui_part(assigns)

See CKEditor5.Components.UIPart.render/1.

ckeditor(assigns)

See CKEditor5.Components.Editor.render/1.

render(template, assigns \\ %{})

Renders the given template locally.

template_not_found(template, assigns)

@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.