> For the complete documentation index, see [llms.txt](https://docs.labii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.labii.com/widgets/section-widgets/office/ckeditor/ckeditor-balloon.md).

# CKEditor Balloon

## Specs

| Label                     | Value                         |
| ------------------------- | ----------------------------- |
| **Version**               | 4.0.0 (updated on 2025-12-28) |
| **Developer**             | Labii Inc.                    |
| **Type**                  | Section                       |
| **Support Configuration** | No                            |

## Overview

The CKEditor Balloon widget simplifies content creation and editing processes by allowing users to modify text directly in its intended location. The widget includes a balloon toolbar that appears alongside the selected editable document element, providing quick and easy access to formatting options. It serves as an alternative to traditional text editors by providing a more seamless and efficient editing experience.

## Use cases

* Edit document text that does not require extensive formatting or rich text features
* Quickly make changes and corrections to content in real-time

## Settings

The CKEditor Balloon widget does not require any specific settings to be configured for it to operate. It seamlessly integrates into the Labii, allowing users to start editing content immediately.

## Interface

The interface of the CKEditor Balloon widget is a plain text editor with a simplified menu bar. When a portion of the text is selected, a balloon toolbar appears alongside it, providing easily accessible options for text formatting. The interface is designed to be intuitive and user-friendly, allowing for seamless editing and content creation.

<figure><img src="/files/vdYyQ2ntnUyvtp0sylfP" alt=""><figcaption></figcaption></figure>

## Features

* Font
  * Font Size
  * Font Color
  * Font Background
  * Alignment
  * Bold
  * Italic
  * Underline
  * Strikethrough
  * Subscript, Superscript
  * Block Quote
  * Code Block
* List
  * Bulleted List
  * Numbered List
  * Indent
  * Outdent
* Image upload
* Table
* Link

## Generate text context with AI

In addition to its core functionality as a text editor, the CKEditor Balloon widget also supports AI-generated text with chatGPT prompts. This integration enhances the content creation process by leveraging AI capabilities to generate text content based on provided prompts. This feature can further streamline content creation and provide valuable assistance to users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.labii.com/widgets/section-widgets/office/ckeditor/ckeditor-balloon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
