Search

You searched for the word(s):
< 1 second(s)
  • Re: Undefined JS variables when loading dialogs

    I've now noticed a new, similar error that is likely related.&nbsp;When I click the''image button'' button, then browse I get:&nbsp;Error: arg is undefined Source File: http://eve-crtm.org/ccms/lib/CuteEditor/Scripts/Dialog/Dialog_SelectImage.js Line: 1&nbsp;I'm also getting:&nbsp;Error: CuteWebUI_AjaxUploader_Initialize is not defined Source ...
    Posted to Cute Editor for PHP (Forum) by zBrain on April 6, 2011
  • Re: Undefined JS variables when loading dialogs

    Thanks Kenneth, that seems to have fixed it.
    Posted to Cute Editor for PHP (Forum) by zBrain on April 4, 2011
  • Re: Undefined JS variables when loading dialogs

    ok, now we're back to the original error, this is what I get when I click the button to open kid.php:&nbsp;Error: arg is undefined Source File: http://127.0.0.1/test/cuteeditor_files/Scripts/Dialog/Dialog_TagHead.js Line: 1&nbsp;Error: editor is undefined Source File: http://127.0.0.1/test/cuteeditor_files/Scripts/Dialog/Dialog_Tag_A.js Line: 102
    Posted to Cute Editor for PHP (Forum) by zBrain on March 31, 2011
  • Re: Undefined JS variables when loading dialogs

    I get v_parentform not defined on this line : &nbsp;&nbsp; editdoc.body.innerHTML = v_parentform.elements[v_field].value; in: function getparentdata() { var editor1=document.getElementById('CE_Editor1_ID'); var editdoc = editor1.GetDocument(); editdoc.body.innerHTML = v_parentform.elements[v_field].value; }
    Posted to Cute Editor for PHP (Forum) by zBrain on March 25, 2011
  • Re: Undefined JS variables when loading dialogs

    The simple test works. I did figure out part of the cause. I can't get it to work inside a popup.&nbsp;Linking to the editor like this works:&lt;a href='/CuteEditor/test.php'&gt;Edit&lt;/a&gt;&nbsp;But this breaks it:&lt;a href='BLOCKED SCRIPTwindow.open(''CuteEditor/test.php'', '''', ...
    Posted to Cute Editor for PHP (Forum) by zBrain on March 24, 2011
  • Undefined JS variables when loading dialogs

    I am testing CuteEditor 6.6 for deployment, and for some reason when I click to insert hyperlink, firefox says:&nbsp;Error: arg is undefined Source File: /CuteEditor/Scripts/Dialog/Dialog_TagHead.js Line: 1Error: editor is undefined Source File: /CuteEditor/Scripts/Dialog/Dialog_Tag_A.js Line: 102&nbsp;Subsequently the ''Browse'' button is ...
    Posted to Cute Editor for PHP (Forum) by zBrain on March 24, 2011