Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): assembly
More Search Options
Showing page
80
of
149
(
1,483
total posts)
< 1
second(s)
Re: Tool bar not rendering in IE
skinzz, Can you remove all the other controls from the page and try again? If it works, start by adding other controls one by one. <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %><html> <body> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 1, 2006
Re: Need some basic help
Basically I've created two copies of all my pages. A set for administration (for editing) and a set the public will see. Here is what the viewable page looks like (using master pages):==============================================================<%@ Page Language=''C#'' MasterPageFile=''~/MasterPage.master'' AutoEventWireup=''true'' ...
Posted to
Cute Editor for .NET
(Forum)
by
BrandonPSA
on
September 25, 2006
Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx
No, we receive the error when we compile our solution through VS.NET 2005. The exact compiler error is ''Unknown server tag 'CE:ImageEditor'. The error is on the following line: <CE:ImageEditor id=''IE1'' runat=''server'' Width=''500'' Height=''380''></CE:ImageEditor> The entire content of the aspx page is as ...
Posted to
Cute Editor for .NET
(Forum)
by
paulc
on
July 25, 2006
Re: Stinky Absolute/Relative Problem With Images
This is what I have: <%@ Control Language=''c#'' AutoEventWireup=''false'' Codebehind=''htmleditor.ascx.cs'' Inherits=''test.htmleditor'' TargetSchema=''http://schemas.microsoft.com/intellisense/ie5''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <CE:Editor id=''editor1'' ...
Posted to
Cute Editor for .NET
(Forum)
by
paularca
on
July 4, 2006
Re: innerHTML of document
No I don't have the same problem. My Code is here... <%@ Register TagPrefix=''ce'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> function On_Load() { //Get the cuteEditor Object and set the focus :) var CuteEd = new RichEditor(''NoteEditor''); //Cell id and formated cell id. var cellId = ...
Posted to
Cute Editor for .NET
(Forum)
by
Pintod
on
September 13, 2005
Re: Regarding Installing Purchased version over Trial version.
Saravanakumar, Do you have the same problems with the examples in the download package? It would be really helpful if you could create sample aspx page which demonstrates the exact problem with more information. Please make sure your code is very simple.For example: <%@ Page Language=''C#''%> <%@ ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 5, 2005
Re: 2.0 Installation/Configuration Errors
I didn't have a CuteSoft_Client/CuteChat/CDQ directory, but there is one under CuteSoft_Server/CuteChat. I put a copy of that directory and the config file under the client dir, but it didn't fix the bug. I'm using the CuteChat files from the Stand Alone SamplePortal application. I have created the following:A DataProvider class that ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
conradj
on
March 25, 2005
Re: Editable area background color
The source code of the above example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <script> function changeBG(color) { var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.GetDocument(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 5, 2005
Re: Required Field Validator issues (and other stuff)
sgilboy, By the way, YOUR POINT IS WELL TAKEN in the new version. The previous version we use the Embedding resources to deploy the files. At run-time, when the first hit comes to the page, CuteEditor control will check for the needed files,images, and as it won't be there, it will create the folder and extract files ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 6, 2004
Re: Upgrade to v.5.2 - Warning CS1701: Assuming assembly reference... you may need to supply runtime policy...
Randy, For some reasons, your project is still reference to the version 5.0. Can you remove the reference to the version 5.0 and add the reference to the version 5.2? Keep me posted
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 28, 2006
More Search Options
« First
...
< Previous
78
79
80
81
82
Next >
...
Last »