From de7cc22f25cfc098349bc1fb31c7ca848fe07089 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 25 Feb 2016 09:51:01 +0100 Subject: [PATCH 1/2] Mention IvoryCKEditorBundle in the Symfony Forms doc --- reference/forms/types/textarea.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index caa64a9f9c9..d266c4fe655 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -28,6 +28,13 @@ Renders a ``textarea`` HTML element. | Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType` | +-------------+------------------------------------------------------------------------+ +.. tip:: + + If you prefer to use an **advanced WYSIWYG editor** instead of a plain + textarea, consider using the `IvoryCKEditorBundle`_ community bundle. Read + `its documentation `_ + to learn how to integrate it in your Symfony application. + Inherited Options ----------------- From 26819b3cf5f2f71a73143833b47dd7f81cfdaf86 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 10 Mar 2016 17:57:58 +0100 Subject: [PATCH 2/2] Fixed the URL --- reference/forms/types/textarea.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index d266c4fe655..a4bcd2bf38d 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -31,8 +31,8 @@ Renders a ``textarea`` HTML element. .. tip:: If you prefer to use an **advanced WYSIWYG editor** instead of a plain - textarea, consider using the `IvoryCKEditorBundle`_ community bundle. Read - `its documentation `_ + textarea, consider using the IvoryCKEditorBundle community bundle. Read + `its documentation `_ to learn how to integrate it in your Symfony application. Inherited Options