Search

You searched for the word(s): Height
Showing page 205 of 208 (2,075 total posts) < 1 second(s)
  • Problem with the insert Image Button and Data Grid

    Every time I click on the insert image icon, I am gettiing the fowwling error:- Datetime is a type and can not be used as an expression. The error is in file Thublist.ascx Line 20. For some strange reason I am not able to select and copy the error message in the pop up window. I am also giving the code that I am using to create the cute ...
    Posted to Cute Editor for .NET (Forum) by somgarga on August 2, 2004
  • Onclick Javascript error ?

    Hi   Every time i click the mouse within the editor, i get a javascript error, object required. When i debug the JS in visual studio, the highlighted line is :   var host = window.open('UploadDialog.aspx?Id=_ctl0' + ((document.getElementById('_ctl0').value!='') ? '&amp;selectedfile=' + document.getElementById('_ctl0').value : ...
    Posted to Cute Editor for .NET (Forum) by jameswhittaker on July 30, 2004
  • Resize of Template Browser Dialog

    Greetings!   I added several templates to the template directory and updated the XML file to reflect them. It works fine, but the template browser dialog is too small to show them all and even the ok/cancel buttons are off the dialog. I can manually resize the dialog window to get at them, but users of mine may not know that. Is there a way ...
    Posted to Cute Editor for ASP (Forum) by Deech on July 24, 2004
  • Strange...

    I twisted my mind about this one, giving me a headace.  This is a little hard to explain but I give it a try.   <% 'The strcontent stores the HTML dataMessageField = strcontent        'Create a new editor class object Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by fredski on July 13, 2004
  • getting an error with the control

    This is surely a setup issue on my part but Im not being smart enough to fix it.   Here is the error:   Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error ...
    Posted to ASP.Net Image Gallery (Forum) by hougie on July 2, 2004
  • Re: Trouble testing DotNetDemo on local machine.

      Alex,   No, that's a dotnetgallery built-in button.   <CE:Gallery id=''gallery1'' runat=''server'' Height=''300'' Width=''600'' Column = ''6'' MaxImageWidth=''600'' BackColor=''#ffffff'' CellPadding=''3'' AutoResizeUploadedImages = ''true'' ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on June 29, 2004
  • Re: How to add new symbol to the special characters

    FrankMoroney,   We use the following code to generate the special characters. You need to make some changes to add your own character set.   <script language=''javascript''>     function writeChars()     {         var ...
    Posted to FAQ (Forum) by Adam on June 28, 2004
  • Re: BGcolor property

    Ciprian,   Just set BgColor property as followings:   <asp:TemplateColumn HeaderText = ''Title''>         <ItemTemplate>             <%# DataBinder.Eval(Container.DataItem, ''FirstName'') ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 17, 2004
  • Re: Adding a progress bar to image and document uploads

    There are 2 change si made to the code   taken from upload.asp (renamed upload2.asp to save original code) *************************************************** <html> <head>  <meta name=''vs_targetSchema'' content=''http://schemas.microsoft.com/intellisense/ie5''>  <title>Upload ...
    Posted to Cute Editor for ASP (Forum) by eastwood on May 20, 2004
  • Re: Code for storing pages in a db?

    This is the code I have for saving pages to a DB. I modified the todatabase.asp and added a couple of fields to the test.mdb. This ain't the tightest code but it works. <html>    <head>        <title>CuteEditor :  Add the editor content to the ...
    Posted to Cute Editor for ASP (Forum) by ucjb on May 19, 2004