#1593: IE: The sampleposteddata pages are not wrapping the "Value" collumn
----------------------+-----------------------------------------------------
  Reporter:  fredck   |       Owner:  w.olchawa        
      Type:  Bug      |      Status:  new              
  Priority:  Normal   |   Milestone:  FCKeditor 2.6.1  
 Component:  General  |     Version:  SVN              
Resolution:           |    Keywords:  Confirmed Review-
----------------------+-----------------------------------------------------
Changes (by alfonsoml):

  * keywords:  Confirmed Review? => Confirmed Review-

Comment:

 It's interesting to note that all the three files output a different HTML.
 I would prefer to change all of them to this kind of structure:

 {{{
 <table id="sampleOutput">
         <thead>
                 <tr>
                         <th>Field Name</th>
                         <th>Value</th>
                 </tr>
         </thead>
         <tbody>

         <% For Each sForm in Request.Form %>
         <tr>
                 <th><%=sForm%></th>
                 <td><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
         </tr>

         <% Next %>
         </tbody>
 </table>
 }}}

 and put all the styles in the sample.css file.

 Of course, now in the html folder the file is the php version, not the
 asp.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1593#comment:11>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to