Skip to content

Commit 88ff30f

Browse files
authored
Merge pull request #126 from ExpressionEngine/bug/rte-issues
Removed rte params and updated rte in field loop.
2 parents cfa0b1a + 2a9d304 commit 88ff30f

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

docs/channels/channel-form/overview.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -187,22 +187,6 @@ Specify a path to redirect the user to after an entry submission, based on the u
187187

188188
Add additional validation rules to your fields. Separate multiple rules with the pipe | character. You may use any of these rules: (required, matches, min_length, max_length, exact_length, alpha, alpha_numeric, alpha_dash, numeric, integer, is_natural, is_natural_no_zero, valid_ee_date, valid_email, valid_emails, valid_ip, valid_base64).
189189

190-
### `rte_selector=`
191-
192-
rte_selector=".my-custom-class"
193-
194-
This parameter will automatically load ExpressionEngine's [Rich Text Editor](add-ons/rte.md) and apply it to the element(s) matching the jQuery selector you specify. Any valid jQuery selector is acceptable.
195-
196-
The RTE will use the Toolset preference of the currently logged-in user as chosen in `my_account_rte_prefs`. If the user has not chosen a Toolset or is not logged in, the site's `rte_mcp_default_toolset` will be used.
197-
198-
You can optionally force a particular toolset ID to use (see below).
199-
200-
### `rte_toolset_id=`
201-
202-
rte_toolset_id="1"
203-
204-
The ID of the Rich Text Editor toolset to use. Tool set IDs are listed on the [Rich Text Editor](add-ons/rte.md#tool-sets) page.
205-
206190
### `secure_action=`
207191

208192
secure_action="yes"
@@ -317,7 +301,7 @@ If using a field with options, such as Checkboxes or Dropdown, you can display t
317301
{/if}
318302

319303
{if rte}
320-
<textarea id="{field_name}" name="{field_name}" dir="{text_direction}" rows="{rows}" class="WysiHat-field">{field_data}</textarea>
304+
{display_field}
321305
{/if}
322306

323307
{if text}

0 commit comments

Comments
 (0)