Search

You searched for the word(s): javascript
Showing page 148 of 408 (4,076 total posts) < 1 second(s)
  • Re: CDATA in Style

    pbwbart: I am using the XHTML property, changing back to text everything works fine. CDATA is only allowed in <script> tags not in <style> tags. so the xhtml property is useless for me at the moment.   BTW in script tags there is also a problem with the cdata part. In some cases the first letter of the javascript will be ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2009
  • readonly

    I need the ability to change the ReadOnly state dynamically via Javascript.  Is there any way to do this?   My application is a error reporting application, and depending on the status of the error. A text field might be enabled or disabled.  So I need to be able to enable/disable the fields as the user moves from error to ...
    Posted to Cute Editor for PHP (Forum) by infringer on May 11, 2009
  • Re: Image Gallery As Browse/Upload Btn

    Hi, I also have this problem/need.   I asked Adam on live chat about making the control in ''Use as Image Selector'' hidden. He said to contain the control in a div which is hidden, like:- <div style=''visibility:hidden;''>    The control </div> BUT when you do this the javascript function ''InputURL'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on May 5, 2009
  • Sometime getting unable to write to folder: ~/UploaderTemp.

    Hi       I am using the code for Ajax Uploader       <asp:ImageButton ID=''btnBrowse'' runat=''server'' Width=''87px'' Height=''17px'' meta:resourcekey=''btnBrowseResource1'' style=''cursor:default;'' />&nbsp;             ...
    Posted to Ajax Uploader (Forum) by Prabhu on May 4, 2009
  • Re: Memory usage for Cute Editor

    That is a javascript function from Cute Editor In CuteSoft_Client\CuteEditor\Scripts\IE_Implementation\CuteEditorImplementation.js   function ShowDialog(handler,url,args,feature) {  var win=_dialogWindow||window;  _dialogWindow=null;  return Window_ShowDialog(win,handler,url,args,feature); }   function ...
    Posted to Cute Editor for .NET (Forum) by huythan on May 1, 2009
  • Re: Programmatically start download

    Igor,   It's not a easy thing because starting upload is a client side behavior.   If you are not using AJAX , the client side state already be disposed.   So , if you use AJAX , you can just send JAVASCRIPT to start it :   var ...
    Posted to Ajax Uploader (Forum) by cutechat on April 23, 2009
  • Cannot get text value from editor in gridview

    Hello,   I have the editor embedded in a gridview and it works great.   I just want to preview the live content before I submit it to the database.   The editor doesn't use the javascript in the preview mode. Below is some code that I want to use to show the content of the editor in a label box that is not embedded in the ...
    Posted to Cute Editor for .NET (Forum) by mstrsftwr on April 22, 2009
  • Re: Absoulte Layer selected and focus

    Hello,   Basically what I am trying to do is to add the text in the absolute frame added at button click of my ''asp button'' on page.   editor1.ExecCommand(''PasteHTML'', false, textE2);   But this gives a lot of javascript error.   How can I add the text in absolute div on my custom button, if my cursor is in div then ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 3, 2009
  • Re: MaxHTMLLength and UpdatePanel

      Thanks, but that's not going to work with gridviews very well and doesn't ''fit'' with the way ASP.NET does validation.  For what its worth, I ended up removing the MaxHTMLLength Property and implementing a customvalidator.  This works both inside and outside a gridview and ...
    Posted to Cute Editor for .NET (Forum) by BobL on April 2, 2009
  • cuteeditor via ajax

    I'm trying to get CuteEditor to work via AJAX again.   I've set my page up just like your AJAX example.   I have a table cell that the Editor will be placed in named 'timelineEditor'   in my javascript I call this: new Ajax.Request(''modules/buscal/detail/getTimelineEditor.php'', { ...
    Posted to Cute Editor for PHP (Forum) by infringer on March 19, 2009