Closed (fixed)
Project:
BUEditor
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 05:43 UTC
Updated:
2 Aug 2010 at 19:11 UTC
I added this line to the settings to try and get the editor to appear:
node/*/panel_content
From that page is where you edit the content of panels. If you create a pane to go into the panels bueditor does not show up. Is there a way to enable this? Or could this be in a future update?
| Comment | File | Size | Author |
|---|---|---|---|
| ScreenShotOfEditBox.png | 435.51 KB | apb1991 |
Comments
Comment #1
ufku commentedNormally, adding the "panel/ajax*" path to the visibility settings of the editor should work, however, the modal dialog does not care about the javascript loaded dynamically.
So you should statically load your editor on the calling page(node/x/panel_content)
Put this in your theme's template.php
Comment #2
ufku commented