Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
sfWidgetFormTextareaTinyMCE() not working
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
we-create  
View profile  
 More options Feb 26 2009, 9:18 am
From: we-create <j...@we-create.be>
Date: Thu, 26 Feb 2009 06:18:17 -0800 (PST)
Local: Thurs, Feb 26 2009 9:18 am
Subject: sfWidgetFormTextareaTinyMCE() not working
when i try to call this function with:

'inhoudnl' => new sfWidgetFormTextareaTinyMCE(
      array(
        'width'=>550,
        'height'=>350,
        'config'=>'theme_advanced_disable:
"anchor,image,cleanup,help"',
        'theme'   =>  sfConfig::get('app_tinymce_theme','advanced'),
      )

it shows this in the html:

      <tr>
        <th><label for="pagina_inhoudnl">Inhoudnl</label></th>
        <td>
                    <textarea class="tiny_mce" name="pagina[inhoudnl]"
id="pagina_inhoudnl">&lt;p&gt;html hier&lt;/p&gt;</textarea><script
type="text/javascript">
  tinyMCE.init({
    mode:                              "textareas",
    theme:                             "advanced",
    editor_selector:                   "tiny_mce",
    width:                             "550px",
    height:                            "350px",
    theme_advanced_toolbar_location:   "top",
    theme_advanced_toolbar_align:      "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing:           true
    ,
theme_advanced_disable: "anchor,image,cleanup,help"
  });
</script>        </td>
      </tr>

but i don't get the content ... is this a known issue and does anyone
knows a fix for this ?

Kind regards,

Jan De Coster


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrei Dziahel  
View profile  
 More options Feb 26 2009, 11:28 am
From: Andrei Dziahel <trickster...@gmail.com>
Date: Thu, 26 Feb 2009 18:28:13 +0200
Local: Thurs, Feb 26 2009 11:28 am
Subject: Re: [symfony-users] sfWidgetFormTextareaTinyMCE() not working

Hi,

Look into this ticket - http://trac.symfony-project.org/ticket/4952

--
With the best regards, Andy.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan De Coster  
View profile  
 More options Feb 26 2009, 11:49 am
From: Jan De Coster <j...@we-create.be>
Date: Thu, 26 Feb 2009 17:49:08 +0100
Local: Thurs, Feb 26 2009 11:49 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

Andrei,

Thanks for this but i already tried to implement this ...

$this->setWidgets(array(
      'id'       => new sfWidgetFormInputHidden(),
      'naam'     => new sfWidgetFormInput(),
      'inhoudnl' => new sfWidgetFormTextareaTinyMCE(
      array(
        'width'=>550,
        'height'=>350,
        'config'=>'theme_advanced_disable: "anchor,image,cleanup,help"',
        'theme'   =>  sfConfig::get('app_tinymce_theme','advanced'),
      ),
      array(
        'class'   =>  'tiny_mce'
      )
    )

that's the complete thing i have ...

Kind Regards,
Jan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 26 2009, 11:36 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Thu, 26 Feb 2009 17:36:04 +0100
Local: Thurs, Feb 26 2009 11:36 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

Hello,

Same thing here

On Thu, Feb 26, 2009 at 5:28 PM, Andrei Dziahel <trickster...@gmail.com>wrote:

--
Denis Fingonnet

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Schorsch  
View profile  
 More options Feb 27 2009, 5:29 am
From: Schorsch <ge...@achtstaetter.net>
Date: Fri, 27 Feb 2009 02:29:34 -0800 (PST)
Local: Fri, Feb 27 2009 5:29 am
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
Hey,

did you set up the TinyMCE Dir in the app.yml and copy the TinyMCE-
Files in you web/js Folder?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 27 2009, 5:39 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Fri, 27 Feb 2009 11:39:03 +0100
Local: Fri, Feb 27 2009 5:39 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

Hello Schorsch,

Could you tell us :
Where you put the tinyMCE dir ?
How you set up the TinyMCE dir in the app.yml ?
And what files you copy in the web/js dir ?

Thx

Denis

On Fri, Feb 27, 2009 at 11:29 AM, Schorsch <ge...@achtstaetter.net> wrote:

> Hey,

> did you set up the TinyMCE Dir in the app.yml and copy the TinyMCE-
> Files in you web/js Folder?

--
Denis Fingonnet

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Crafty_Shadow  
View profile  
 More options Feb 27 2009, 5:58 am
From: Crafty_Shadow <vankat...@gmail.com>
Date: Fri, 27 Feb 2009 02:58:43 -0800 (PST)
Local: Fri, Feb 27 2009 5:58 am
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
This is gonna be a pretty long, but here's my custom
sfWidgetFormTextareaTinyMCE.class.php
It works with TinyMCE 3 and up, and also produces fully XHTML
compatible output.
It also allows for gzip compression; Sample usage:

    $this->widgetSchema['content']      = new
sfWidgetFormTextareaTinyMCE(array('tinymce_gzip' => true),array
('size'=>'102x30'));

class sfWidgetFormTextareaTinyMCE extends sfWidgetFormTextarea
{

  public function __construct($options = array(), $attributes = array
())
  {
  /**
  * We need to override the constructor in order to be able to remove
keys from the $attributes array;
  * if we don't remove the pseudo key 'size', it results in invalid
xhtml markup
  */
    if (array_key_exists('size', $attributes))
    {
      //This code handles textarea size input in 140x30 format
      list ($cols, $rows) = explode ('x', $attributes['size']);
      unset ($attributes['size']);
      $attributes['cols'] = $cols;
      $attributes['rows'] = $rows;
      $this->setAttributes($attributes);
    }

    parent::__construct($options, $attributes);
  }

  /**
   * Constructor.
   *
   * Available options:
   *
   *  ** Options **
   *  * theme:  The Tiny MCE theme
   *  * width:  Width
   *  * height: Height
   *  * config: The javascript configuration
   *  * tinymce_gzip: Wether to use gzip compression for TinyMCE
   *  * file_browser_callback:  a JS callback function for embending a
file browser into TinyMCE
   *  * content_css:  A css file that will be applied to the editor
window; Should be the same css as the one used in the real output
   *
   *  ** Attributes **
   *  * cols/rows or size: sets the size of the TinyMCE window; size
is used in the format: COLSxROWS (100x30)
   *
   * @param array $options     An array of options
   * @param array $attributes  An array of default HTML attributes
   *
   * @see sfWidgetForm
   */
  protected function configure($options = array(), $attributes = array
())
  {
    $this->addOption('theme', 'advanced');
    $this->addOption('width');
    $this->addOption('height');
    $this->addOption('config', '');
    $this->addOption('tinymce_gzip');
    $this->addOption('file_browser_callback',
'sfAssetsLibrary.fileBrowserCallBack');
    $this->addOption('content_css', '/js/tiny_mce/css/
default.css');

    if (!$this->getAttribute('cols') || !$this->getAttribute('rows'))
    {
      $this->setAttribute('cols', 140);
      $this->setAttribute('rows', 30 );
    }
  }

  /**
   * @param  string $name        The element name
   * @param  string $value       The value selected in this widget
   * @param  array  $attributes  An array of HTML attributes to be
merged with the default HTML attributes
   * @param  array  $errors      An array of errors for the field
   *
   * @return string An HTML tag string
   *
   * @see sfWidgetForm
   */
  public function render($name, $value = null, $attributes = array(),
$errors = array())
  {
    // use tinymce's gzipped js?
    $tinymce_file = $this->getOption('tinymce_gzip') ? '/
tiny_mce_gzip.js' : '/tiny_mce.js';

    // tinymce installed?
    $js_path = sfConfig::get('sf_rich_text_js_dir') ? '/'.sfConfig::get
('sf_rich_text_js_dir').$tinymce_file : '/sf/tinymce/js'.
$tinymce_file;
    if (!is_readable(sfConfig::get('sf_web_dir').$js_path))
    {
      throw new sfConfigurationException('You must install TinyMCE to
use this widget (see rich_text_js_dir in settings.yml).');
    }

    sfContext::getInstance()->getResponse()->addJavascript
($js_path);

    $gz_init = '
  tinyMCE_GZ.init({
    plugins :
"safari,spellchecker,pagebreak,layer,table,save,advhr,advimage,advlink,emot ions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print, contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbrea king,xhtmlxtras,template,imagemanager,filemanager",
    themes: "simple,advanced",
    languages: "en,bg",
    disc_cache: true,
    debug: false
  });';

    $js = sprintf(<<<EOF
<script type="text/javascript">
//<![CDATA[

  // Start section reserved for GZIP init
  %s
  // End section reserved for GZIP init

  tinyMCE.init({
    mode:                               "exact",
    elements:                           "%s",
    theme:                              "%s",
    language:                           "%s",
    file_browser_callback:              "%s",
    content_css:                        "%s",
    %s                                  //width
    %s                                  //height
    plugins :
"safari,spellchecker,pagebreak,layer,table,save,advhr,advimage,advlink,emot ions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print, contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbrea king,xhtmlxtras,template,imagemanager,filemanager",

    // Theme options
    theme_advanced_buttons1 :
"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyrig ht,justifyfull,|,formatselect,fontselect,fontsizeselect,styleselect",
    theme_advanced_buttons2 :
"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,ou tdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help ,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
    theme_advanced_buttons3 :
"tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,ies pell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resizing : true,
    theme_advanced_toolbar_location : "external",

    verify_html : true,
    valid_elements : ""
    +"a[accesskey|charset|class|coords|dir<ltr?rtl|href|hreflang|id|
lang|name"
      +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|
onkeyup"
      +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|rel|
rev"
      +"|shape<circle?default?poly?rect|style|tabindex|title|target|
type],"
    +"abbr[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"acronym[class|dir<ltr?rtl|id|id|lang|onclick|ondblclick|
onkeydown|onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"address[class|align|dir<ltr?rtl|id|lang|onclick|ondblclick|
onkeydown"
      +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|
onmouseover"
      +"|onmouseup|style|title],"
    +"applet[align<bottom?left?middle?right?top|alt|archive|class|code|
codebase"
      +"|height|hspace|id|name|object|style|title|vspace|width],"
    +"area[accesskey|alt|class|coords|dir<ltr?rtl|href|id|lang|
nohref<nohref"
      +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|
onkeyup"
      +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup"
      +"|shape<circle?default?poly?rect|style|tabindex|title|target],"
    +"base[href|target],"
    +"basefont[color|face|id|size],"
    +"bdo[class|dir<ltr?rtl|id|lang|style|title],"
    +"big[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"blockquote[dir|style|cite|class|dir<ltr?rtl|id|lang|onclick|
ondblclick"
      +"|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove|
onmouseout"
      +"|onmouseover|onmouseup|style|title],"
    +"body[alink|background|bgcolor|class|dir<ltr?rtl|id|lang|link|
onclick"
      +"|ondblclick|onkeydown|onkeypress|onkeyup|onload|onmousedown|
onmousemove"
      +"|onmouseout|onmouseover|onmouseup|onunload|style|title|text|
vlink],"
    +"br[class|clear<all?left?none?right|id|style|title],"
    +"button[accesskey|class|dir<ltr?rtl|disabled<disabled|id|lang|
name|onblur"
      +"|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup|
onmousedown"
      +"|onmousemove|onmouseout|onmouseover|onmouseup|style|tabindex|
title|type"
      +"|value],"
    +"caption[align<bottom?left?right?top|class|dir<ltr?rtl|id|lang|
onclick"
      +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|
onmousemove"
      +"|onmouseout|onmouseover|onmouseup|style|title],"
    +"center[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"cite[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"code[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress"
      +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|
onmouseup|style"
      +"|title],"
    +"col[align<center?char?justify?left?right|char|charoff|class|
dir<ltr?rtl|id"
      +"|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|
onmousedown"
      +"|onmousemove|onmouseout|onmouseover|onmouseup|span|style|
title"
      +"|valign<baseline?bottom?middle?top|width],"
    +"colgroup[align<center?char?justify?left?right|char|charoff|class|
dir<ltr?rtl"
      +"|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|
onmousedown"
      +"|onmousemove|onmouseout|onmouseover|onmouseup|span|style|
title"
      +"|valign<baseline?bottom?middle?top|width],"
    +"dd[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
onkeypress|onkeyup"
      +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|
style|title],"
    +"del[cite|class|datetime|dir<ltr?rtl|id|lang|onclick|ondblclick|
onkeydown"
      +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|
onmouseover"
      +"|onmouseup|style|title],"
    +"dfn[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|
...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 27 2009, 6:20 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Fri, 27 Feb 2009 12:20:02 +0100
Local: Fri, Feb 27 2009 6:20 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

Thanks for your custom widget.

But I wish I could make the original sfWidgetFormTextareaTinyMCE works,
because it is bundled with the sfFormExtraPlugin.

I can say you're able to make it works and to provide a patch if there is a
bug in it.

Could you have a look or have you done a custom widget because you weren't
able to make the original widget works ?

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Crafty_Shadow  
View profile  
 More options Feb 27 2009, 7:23 am
From: Crafty_Shadow <vankat...@gmail.com>
Date: Fri, 27 Feb 2009 04:23:14 -0800 (PST)
Local: Fri, Feb 27 2009 7:23 am
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
This one is based off the original, with my custom patches. Original
didn't work for me either and it didn't have some of the functionality
I needed (esp generating XHTML valid code) so I went and created this
one.

There is only one thing I'm not happy with, and that's line 110, the
part of the GZip version that defines which languages to be included.
I should probably just rewrite that with sfContext::getInstance()-

>getUser()->getCulture() instead of the current "en/bg".

Taking into account the way symfony autoloading works, all you need to
do is create a sfWidgetFormTextareaTinyMCE.class.php file with the
widget in your lib folder. It superseeds the one in the
sfFormExtraPlugin. Also, this widget is thoroughly tested and is
working in several of my released applications. I could create
a .patch file for the sfFormExtraPlugin, but I don't think it'd make
it into the plugin. Probably if you guys support the changes ?

On Feb 27, 1:20 pm, Denis Fingonnet <dfingon...@gmail.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Crafty_Shadow  
View profile  
 More options Feb 27 2009, 7:43 am
From: Crafty_Shadow <vankat...@gmail.com>
Date: Fri, 27 Feb 2009 04:43:25 -0800 (PST)
Local: Fri, Feb 27 2009 7:43 am
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
Ticket with patch created, the rest is up to fabien:

http://trac.symfony-project.org/ticket/5986


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 27 2009, 8:28 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Fri, 27 Feb 2009 14:28:11 +0100
Local: Fri, Feb 27 2009 8:28 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

I'll keep an eye on it.

Thank you

On Fri, Feb 27, 2009 at 1:43 PM, Crafty_Shadow <vankat...@gmail.com> wrote:

> Ticket with patch created, the rest is up to fabien:

> http://trac.symfony-project.org/ticket/5986

--
Denis Fingonnet

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 27 2009, 9:29 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Fri, 27 Feb 2009 15:29:52 +0100
Local: Fri, Feb 27 2009 9:29 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

Does the tinyMCE widget used for a I18n field ?

Because I managed to make the widget work without changing anything.
I was doing this for a translated field called texte :
        $this->widgetSchema['texte'] = new
sfWidgetFormTextareaTinyMCE(array(
          'width'  => 550,
          'height' => 350,
          'config' => 'theme_advanced_disable: "anchor,image,cleanup,help"',
        ), array(
            'class' => 'tinyMCE'
        ));

But if I do this :
        $this->widgetSchema['fr']['texte'] = new
sfWidgetFormTextareaTinyMCE(array(
          'width'  => 550,
          'height' => 350,
          'config' => 'theme_advanced_disable: "anchor,image,cleanup,help"',
        ), array(
            'class' => 'tinyMCE'
        ));

It works very well.
So it is not a bug but a lack of documentation about I18n and widget or I
didn't get it...

And a bad error message.

On Fri, Feb 27, 2009 at 2:28 PM, Denis Fingonnet <dfingon...@gmail.com>wrote:

--
Denis Fingonnet

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Crafty_Shadow  
View profile  
 More options Feb 27 2009, 10:23 am
From: Crafty_Shadow <vankat...@gmail.com>
Date: Fri, 27 Feb 2009 07:23:13 -0800 (PST)
Local: Fri, Feb 27 2009 10:23 am
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
For i18n you should edit the representative form class;
that is to say, in the main form, let's call it
StaticPageForm.class.php you need:

$this->embendI18n(array('en','fr')); //embends English and French
//set labels so it's clearer
$this->widgetSchema->setLabel('en', 'English');
$this->widgetSchema->setLabel('fr', 'French');

Then in StaticPageI18nForm.class.php

$this->widgetSchema['content'] = new sfWidgetFormTextareaTinyMCE etc

On Feb 27, 4:29 pm, Denis Fingonnet <dfingon...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Fingonnet  
View profile  
 More options Feb 27 2009, 10:38 am
From: Denis Fingonnet <dfingon...@gmail.com>
Date: Fri, 27 Feb 2009 16:38:48 +0100
Local: Fri, Feb 27 2009 10:38 am
Subject: Re: [symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

works like a charm !

--
Denis Fingonnet

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Schlosser  
View profile  
 More options Feb 26 2009, 2:00 pm
From: Jan Schlosser <j...@steffiundjan.de>
Date: Thu, 26 Feb 2009 20:00:27 +0100
Local: Thurs, Feb 26 2009 2:00 pm
Subject: Re: [symfony-users] sfWidgetFormTextareaTinyMCE() not working
Hey,

just out of curiosity: Did you include the TinyMCE Javascript (the  
library) into the HTML source?

Regards,
Jan

Am 26.02.2009 um 15:18 schrieb we-create:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Crafty_Shadow  
View profile  
 More options Feb 27 2009, 12:25 pm
From: Crafty_Shadow <vankat...@gmail.com>
Date: Fri, 27 Feb 2009 09:25:31 -0800 (PST)
Local: Fri, Feb 27 2009 12:25 pm
Subject: Re: sfWidgetFormTextareaTinyMCE() not working
I will assume that this question was directed to me.
And no, the library itself is not included, the insanely-big portion
of the code is dedicated to producing XHTML compliant output.

On Feb 26, 9:00 pm, Jan Schlosser <j...@steffiundjan.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »