Search

You searched for the word(s): Height
Showing page 179 of 208 (2,075 total posts) < 1 second(s)
  • Re: Strange behaviour with Java script

    Mariette ,   I've worked on this problem in the weekend.   The following function in the show_ads.js cause the problem.   function google_write_iframe(w, d, ad_url) {  ad_url = ad_url.substring(0, 1000);  ad_url = ad_url.replace(/%\w?$/, '');   if (w.google_ad_output == 'js' ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 31, 2005
  • Re: Issue with the size of table property window in version5

    Thanks Adam, we can resize the table property window now,but can we also set the scrollbars to that window?  because we can only resize its height upto the height of our monitor,say as if my display settings are 1024x768 pixels , and the height of the cell is more than 550pxthen in that case i am unable to see ''ok cancel'' buttons
    Posted to Cute Editor for .NET (Forum) by gurpreet on October 28, 2005
  • Issue with the size of table property window in version5

    Unable to view ''ok'' ''cancel'' button in table property window,and also we are unable to resize window to view those buttons.For more details, suppose if we create table in CuteEditor version5, using below html and try to view the table property, you will be able to find the BUGBut in case of version4 we are able to resize the window in order to ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on October 28, 2005
  • Strange behaviour with Java script

    If I enter the following:   <script type=''text/javascript''><!--google_ad_client = ''pub-8037121247057075'';google_ad_width = 468;google_ad_height = 60;google_ad_format = ''468x60_as'';google_ad_type = ''text_image'';google_ad_channel ='''';google_color_border = ''F7E2C7'';google_color_bg = ''F7E2C7'';google_color_link = ...
    Posted to Cute Editor for .NET (Forum) by Mariette on October 28, 2005
  • Re: issue with opening of child window in version 5.

    Yaa I think we are fine when we are using JavaScript  in parent window to open child window, or we can say when we use “input type=button”<input type=''button'' value=''Edit In CuteEditor'' onclick=''popupCuteEditor('f1','t1')''> but in our case we are using asp button.<asp:Button  id=”view” ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on October 20, 2005
  • Re: Dynamically Create/Update Cute Editor at run time

    hdn, Can you post the code showing how to create the controls?Then I will figure out how to find those controls.   Right now the only option is doing a loop:     foreach (Control c in parent.Controls)    {     if (c.GetType().ToString().Equals(''CuteEditor.Editor'') ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 17, 2005
  • Re: Dynamically Create/Update Cute Editor at run time

    >>My question was how do you SAVE the content in cute editor - how do you find the cute editor object when dynamically generated and save its content<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>   <body>  <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2005
  • Re: Dynamically Create/Update Cute Editor at run time

    Online Example:Http://CuteSoft.net/example/Dynamically-Create-Editors.aspx   Source code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>   <body>  <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2005
  • Dynamically Create/Update Cute Editor at run time

    Hi, I want to create the editor dynamically at run time and I have done that. My problem is I can't get/update the content/text from the editor when I created dynamically.  With the standart textbox in VS.NET 2003 I use: request.form(id) to get its value but apparently this doesn't apply to Cute editor.   I also ...
    Posted to Cute Editor for .NET (Forum) by hdn on October 10, 2005
  • The License for Editor is not valid.

    Cutesoft has again stopped working the 4th time since we purchased it.I am getting the error message ''The License for Editor is not valid. '' I have downloaded the most recent version and placed it in project.   It is not working locally or on the server.   Please help.     this is the error   Server Error in ...
    Posted to Cute Editor for .NET (Forum) by parms3000 on October 10, 2005