Form Error Logging

Component type

module

Categories

Maintenance status

Development status

Downloads

257

Component created

Component changed

This module allows you to log form errors. You can Whitelist the forms you want to track.
This may be useful for active site building, collecting information about how to improve form experience.

Installation

Install as you would normally install a contributed module.

CKEditor PageBreak

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

This module provides integration with the PageBreak plugin for CKEditor.

This plugin adds toolbar button which inserts horizontal page breaks. This feature is useful for setting document printing sections.

Text entered in a browser-based text editor such as CKEditor differs from word processors because it is not divided into physical pages. In effect, this plugins lets you define pages.

CKEditor FakeObjects

Component type

module

Categories

Maintenance status

Development status

Downloads

7982

Component created

Component changed

This plugin helps to create a "representative" (image with styles) for certain elements which have problem with living in editable, it provides the API to transform an real DOM element into the "fake" one, and to restore the real element from the fake one on the output.

Adds FakeObjects plugin integration for CKEditor.

This is required by plugins that require fakeobjects to work, like PageBreak.

Views HTTP Pager

Component type

module

Maintenance status

Development status

Downloads

1241

Component created

Component changed

This module adds HTTP Link headers for the "pagers" of a Views Rest Export.

Simply enable it and you will see Link headers such as:

Link: <http://www.example.com/my/rest/export?page=1>; rel="self", <http://www.example.com/my/rest/export?page=0>; rel="first",
<http://www.example.com/my/rest/export?page=2>; rel="next",
<http://www.example.com/my/rest/export?page=2>; rel="last"

This can be used to facilitate client-side paging by systems integrating with your Views-driven Web API.

CSS Modal

Component type

module

Maintenance status

Development status

Component created

Component changed

A main content renderer which simply appends content to the bottom of the page so you can style it up as a modal with no dependencies on a modal library like jQuery UI.