Search

You searched for the word(s): table
Showing page 134 of 255 (2,541 total posts) < 1 second(s)
  • Is there a better way to navigate the cells of a table?

    The only way I can navigate from cell to cell is by pressing the arrow keys, but when I move from one cell to the next where the next cell has much typing, that takes forever to move to the next cell after that.   Is there a key combination that allows us to move from cell to cell with one click?
    Posted to Cute Editor for .NET (Forum) by fredd on August 26, 2007
  • Re: Question about table styles

    Hi gitarjake, Please open file ''CuteSoft_Client\CuteEditor\Scripts\Constant.js '' Find section below , it is the default table style, you can change it directly editorconstant._CreateEditingTableStyle = ''<table border='0' cellspacing='2' cellpadding='2' width='500'>''; Regards, Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 13, 2011
  • Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"

     Dear Kenneth,   Here are the ...
    Posted to Cute Editor for .NET (Forum) by webon on January 21, 2016
  • Re: StyleBlackList

    The width is fixed but not all.....   My orginal template  <table style="width:610px; margin:0px auto; border-collapse:collapse; border-spacing:0px;">    <tr>.....    After insert in richtexteditor <table style="width:610px; border-collapse:collapse">   ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by kjell.ek on December 13, 2012
  • Re: Height issue with Chrome, different browsers showing different results

    Hi Ken,   I don't think you understand the issue.   1em = the size of the parent object's font.  In most browsers it is defaulted to 16, although this can be changed by user preference on the browser or within the program itself.    So if I set height=''300em'', in IE and firefox it is going to give me an ...
    Posted to Cute Editor for .NET (Forum) by ceblanda on September 7, 2011
  • Re: SQL Server Error When trying to upload multiple files.

    Good Afternoon Eric,   I had tested my code at least a dozen times. I had even gone into the database and deleted all related records, rebuilt the indexes in all tables. I have deleted the index from table ''UploaderFiles. This fixed the error dealing with the SQL Exception.   It now appears to put duplicate entries or two records ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 14, 2010
  • Re: CuteEditor webpage integration

    Thank you for the response. Rite now I have a data base setup with a table called ''News''.  In this table I have 10 or so columns that I will eventually tie into each post.  Currentely I am only concerned with the Columns ''ID'' and ''Post''. I have the ''ID'' Column set in SQL Server managment studio to ''int'' and ''primary ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 18, 2010
  • Re: Blank page problem

    Hi Terry,   The HTML includes the following code.  There aren't any JS errors.   <script type='text/javascript' src='/gillianos2/CuteSoft_Client/Gallery/Load.ashx?type=culture&culture=en-GB'></script> <script type='text/javascript' ...
    Posted to ASP.Net Image Gallery (Forum) by marktwo2 on October 30, 2009
  • Re: UploadAttachments.AttachmentTableStyle Examples?

    First thank you for replying.   But I don't understand how I put the div around the attachment table. I can put a div around the uploader itself like so:   <div style=''height: 420px; overflow: scroll;''> <CuteWebUI:UploadAttachments runat=''server'' ManualStartUpload=''true'' ...
    Posted to Ajax Uploader (Forum) by Jenslove on June 20, 2009
  • Re: Obfuscator

    Actually, I wasn't looking for encoding. I don't need to go that far (and it's fairly easily decoded anyway).  I was looking for the obfuscator you use in the various .js files shipped with CuteEditor which simply substitutes function params and scrunches up the code to remove blanks, etc. Something simple like that would be great for ...
    Posted to Cute Editor for .NET (Forum) by fredd on October 1, 2007