Search

You searched for the word(s):
Showing page 2 of 6 (56 total posts) < 1 second(s)
  • Re: custom upload button

    I created my own button and append this javascript on the onclick function &nbsp; btnAddFiles.Attributes.add(''OnClick'',''document.getElementById(''' &amp; Myform.clientId &amp; ''_fileUploader').startupload();return false;'')
    Posted to Ajax Uploader (Forum) by pbwbart on July 5, 2010
  • custom upload button

    Hi,&nbsp;I want to create a custom upload button.I can create a custom button to select the files but this isn't what I want.&nbsp;I have a button which has to do serveral other tasks and also upload the selected files.But I can't figure out how to call the upload function from an other butten.Is this possible?&nbsp;Regs&nbsp;Bart
    Posted to Ajax Uploader (Forum) by pbwbart on June 18, 2010
  • Re: CuteEditor is appending a white space to the entered text.

    Yes I can, But the space is only added when removing de &lt;div&gt; tags. The return will be added anyway. It is not a &lt;br&gt; but a new line in the editor.
    Posted to Cute Editor for .NET (Forum) by pbwbart on March 3, 2010
  • Re: CuteEditor is appending a white space to the entered text.

    Hi, &nbsp; I have this problem with the newest version of cutesoft and I can reproduce. It happens to&nbsp;when changing form HTML to Normal and back. A space and a Return are added and in some texts this will&nbsp;cause problems. Does someone know what to do about it? &nbsp; Regs &nbsp; Bart
    Posted to Cute Editor for .NET (Forum) by pbwbart on March 2, 2010
  • Editor destroys text when Google Toolbar Translation is on.

    Hey, &nbsp; We use this editor for our CMS system. &nbsp; When a user has the google toolbar installed, and translation is 'on' the following problem happens. &nbsp; The user types his tekst the normal way in the editor, &nbsp; Then when you save it, your tekst is destroyed and looks simular to this: (this also happens on the demo on ...
    Posted to Cute Editor for .NET (Forum) by pbwbart on December 16, 2009
  • Html comment trouble

    Hi, &nbsp; If I use comments in my html sometimes the cute-editor messe up my html. I add this code in html ...
    Posted to Cute Editor for .NET (Forum) by pbwbart on December 10, 2009
  • Require HTML tags

    Hi, &nbsp; In the cute-editor I want all text between HTML text. When I hit return in the cute-editor mine automaticly creates paragraphs this is ok, but I also want the text in a paragraph when the user doesn't hit any return and types only one line. If the user decides to create css tags like divs in html it is also ok, because then the text is ...
    Posted to Cute Editor for .NET (Forum) by pbwbart on September 16, 2009
  • Re: add users manually,

    Thank you, &nbsp; This example helps me a lot, I didn't noticed the CreateDataManagerInstance before. I can overrule getContact now, I still have to make sure people have the right contacts but that is no problem.
    Posted to Cute Chat and Cute Web Messenger (Forum) by pbwbart on August 5, 2009
  • Re: add users manually,

    Now I'm trying to do something else by overriding the GetContacts in the glabal.asax. But at that point I get this error: &nbsp; ''function 'GetContacts' cannot be declared 'overrides' because it does not override a function in a base class.'' &nbsp; and I don't get the feeling I override somthing when I delete overrides. Does anyone has a ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by pbwbart on July 30, 2009
  • Re: add users manually,

    Hi, &nbsp; I decided to start a chatsystem so I can add users using the following code &nbsp; Dim&nbsp;identity&nbsp;as&nbsp;CuteChat.ChatIdentity&nbsp;=new&nbsp;CuteChat.AppChatIdentity(MyUserName&nbsp;,&nbsp;false,&nbsp;''User:''&nbsp;&amp;&nbsp;MyUserName,&nbsp;httpcontext.current.Request.UserHostAddress)&nbsp; ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by pbwbart on July 28, 2009