Search

You searched for the word(s): use <p>
Showing page 4 of 864 (8,631 total posts) < 1 second(s)
  • Cannot use inline assignment and direct assignment doesn't work

    Adam,   Throughout your javascript examples, you use this format:   <%=Editor1.ClientID%>   We cannot use this format because of Ajax implementation which cannot alter controls using inline code or assignment. Also, Microsoft recommends not using inline in Framework 3.   When I use the standard ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 16, 2007
  • 2 Galleries in one aspx? One for public use and one for admin use... doesn't work

    Hello,I am trying to create a single aspx page containing 2 gallery forms: one for the public with all options turned off excpet for slideshow, and one for admin with most options turned on - both pointing to the same images folder. cool! WHen I run the page, the first form below my 'if' statement (user is logged in - admin) works just ...
    Posted to ASP.Net Image Gallery (Forum) by AlexandreMarc on April 6, 2005
  • Re: alert "Use Ctrl+C"

    Hi wolf11th, By default, firefox doesn't allow JavaScript to read or set your clipboard data for security and privacy reasons. When Cute Editor detect clipboard access is disabled, the alert window will show. To enable these functions , you must modify your browser preferences.  Please check the following ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 2, 2010
  • Re: Issues with use as a file manager

    1)       The upload section appears, but the input box and the browse and upload buttons don’t most of the time. In a test I just did, they appeared three times out of ten.   When you open the insert image dialog, the upload and browse button always ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 11, 2008
  • Re: Can i use cute messenger in my site?

    hyouhaku,   It's easy to integrate Cute Chat with classic ASP application if you are familar with .NET and ASP technology.   We've finished integrating with Snitz forum. http://cutesoft.net/ASP.NET+Chat/Deployment/default.aspx   Demo:   http://snitzforum.cutesoft.net/   For details please check the following ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 1, 2007
  • Re: how to use " Filtering Images by Security Prefix"

    maoker.mao, This is an example showing how to filtering Images by Security Role Prefix:   First we need to detect which roles the user belongs to :                        If role = ''Admin'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2006
  • Re: Demo Setup Problem: Operation must use an updateable query???

    George,   This is the permission problem.   In demo project the access database is used. In order to get updateable query work,  ASPNET account (account that is used to execute ASP.NET processes) has to have Write permissions on that folder.   By default it does not, so you need to right-click the folder, ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2004
  • Re: Use the hotkey for maximizing editor in read only mode

    Adam, Just because of the way I want users to use the ''web form'' created for use with the Cute editor, I need to display it in Preview mode using the following code   this.FormEditor.ActiveTab =CuteEditor.TabType.View;   this.FormEditor.ShowPreviewMode = true   I want the users to enter data and such on the form but not ...
    Posted to Cute Editor for .NET (Forum) by AMarino on April 26, 2006
  • Re: Session Use

    Evan,   >>would it work if I save the string in the application instead of a user session?   Yes, you can save that string in the application.   But you need to do some thing extra to control the security. Otherwise a guest user may have the abiltity delete any files through the file ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 6, 2006
  • Re: How can i use roles

    as i understand for the moment only two chanel types implementedit is Lobby and Privat (Chat_Lobby and Chat_PrivateChanel tables)  in my site i need to have for each user to have access only for his group chanel for this good way to use group access model  i know asp.net wery well so i can build it but i ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by manishma on June 16, 2005
« First ... < Previous 2 3 4 5 6 Next > ... Last »