search for: colspan

Displaying 20 results from an estimated 128 matches for "colspan".

2007 Aug 08
6
The CentOS-Plus kernel
I see the new kernel available in the plus repository... is there some way to view what the differences are between that and the mainline kernel?
2008 Jan 14
1
Problems with forms
...ot;></td></tr></table><table width="100%" cellspacing="0" style="margin-bottom: 15px"><tr><td class="n_Border"><table width="100%" cellspacing="0"><tr><td class="n_ThNailDesc" colspan="4">Kategorie-Auswahl</td></tr><tr><td class="n_FormLeft" width="70%"><p><span class="n_Label">Hauptkategorie:&nbsp;</span><select name="listCatg0" id="listCatg0" class="n_Select&quo...
2008 May 23
1
Colspan & rowspan
Hi, What's the best way to build tables with multiple sets of column/row headings, each spanning 1 or more cols/rows, similar to the colspan/ rowspan options in HTML. I am using Sweave but couldn't find an option to do this in xtable. I can obviously build it by hand, just wanted to make sure there wasn't an easier way. Thanks.
2008 Apr 01
1
Navigation Problems
.................app/views/.../SubCategory.rhtml.................... <b><u>List of Sub-Categories</u></b><p> <table border="1px"> <% @subcategory.each do |p| %> <tr class="content"> <td style="width: 190px; height: 8px;colspan="1" rowspan="1"><%= link_to p.name, { :action => "read", :id => p.id } %></td> <td style="width: 240px; height: 8px;colspan="1" rowspan="1"><%= p.last_updated %></td> <td style="width: 50px; heig...
2006 Jan 02
9
Generating nice tables
Making tables in templates is pretty easy, except for one minor problem. They tend to be fairly ugly. If you have a model with three attributes, it''s very easy to create an html table that looks like this.. Col1 Col2 Col3 A B D A B E A C F A C G Which becomes difficult to read when you have a lot of repeated data. What I would really like to generate
2005 Dec 29
3
Post problem with select lists
hey, i have this problem how come i always get -1 for the select list?? rhtml First, select a client. <select id="client_id" name="client[id]" onChange="submit();" > <%= options_for_select(@client_options, @client_id.to_i) %> </select><%= @client_id %> controller if @request.post? if @request.xml_http_request? #called by ajax,
2006 Feb 19
2
sizer support for colspan > 1?
I see that GridBagSizer is not yet supported by wxRuby. Is there an alternative to specifying that a widget spans more than one column? I don''t see a way to do that in FlexGridSizer. -- R. Mark Volkmann Partner, Object Computing, Inc.
2002 Nov 09
1
[LLVMdev] Your $200 are waiting you
2007 Sep 12
0
Email Classified Send Over 100000-Pakistani BIZ Email Addresses
...#545C67; } --> </style></head> <center> <body> <table width=3D"570" border=3D"0" cellpadding=3D"5" cellspacing=3D"1" class= =3D"border_2" height=3D"615"> <!--DWLayoutTable--> <tr> <td colspan=3D"2" valign=3D"top" bgcolor=3D"#FFCC33" class=3D"brder"><b> =09<font face=3D"Arial Rounded MT Bold" size=3D"4" color=3D"#FFFFFF">PAKIST= AN 1st =09E-mail Classified!<br> =09</font><font face=3D&quo...
2002 Aug 06
0
I have visited DOVECOT.PROCONTROL.FI and noticed that ...
2006 Mar 20
2
Rails Plugin to Help Debug Views
Hi, I just released a plugin to help debug views. The plugin makes it easy to add a button that will popup a new window that displays the following debug data; * Request Parameters * Session Variables * Flash Variables * Assigned Template Variables It was derived from code that traces back to Marten Veldthuis in Epilog. You can check out webpage and plugin via;
2006 Feb 12
3
AJAX to a table row
Hello- I''d like to throw a little AJAX into a table to allow the user to edit a single row of data inline rather than moving to another page. The row (which has N columns) would be swapped out for a row which has a single column (colspan="N") and the form inputs would be in that row. My question is, is this legal HTML? I can''t find anything that says either way. Basically, I''m thinking the HTML would look like: ... <tr><div id="item_43"> <td>blah</td> <td>...
2006 Mar 03
7
Best Practices question regarding views & controllers
...for yourself. In building my application, I often find myself putting code into my views of which I am not quite certain it belongs there. Where do you usually draw the line? Is it okay to, say, loop through an array of hashes that represents table column names and whether they need a certain colspan and build the table according to that? Any advice that you might have would be greatly appreciated! Best regards, Raphael Schmid -- Posted via http://www.ruby-forum.com/.
2006 Mar 01
9
ajax doesn''t show at the right place
Hi, I use link_to_remote to create a link to trigger an ajax, things work fine, a new rhtml is created, however, the newly created rhtml doesn''t replace my old zone, it shows instead on top of my old zone...Does someone know why??? my code is like <table> <tr><td colspan="2"><a href="#" onclick="new Ajax.Updater(''zone1'', ''/atlasmain/updateTissueAndTreatment'', {asynchronous:true, evalScripts:true}); return false;">Reset All</a></td></tr> <tr> <div id="zone1&quo...
2006 Jun 13
1
How to give conditions in rails
...t; <%= error_messages_for ''holiday'' %> <%= form_tag(:controller => "admin", :action => "holiday_list") %> <table align="center" width="50%" cellpadding="5" cellspacing="3"> <tr> <td colspan="2"> <center><b> <%= link_to ''Add holiday'', :action => ''holiday_edit'' %> </center></b> </td> </tr> </table> <br> <br> <p> <h1 align="center">&lt...
2008 Aug 27
5
VALIDATION QUESTION
I''m trying to validate a record before save. I''m using one controller in this case furnii where I have all my calls. The problem is that, the form containing the field I''m trying to validate resides in the furnii views. I tried to add validates_presence_of :content (the field name) in both the furnii model and the ratecomment model but it does not work. I know there
2007 Dec 27
1
encoding question again
...://www.w3.org/TR/REC-html40\"> \n"), as.character(" <head> \n"), . . . as.character(" <td colspan=5 class=xl28 width=727 style=\'width:545pt\'>Gesundheitsindikatoren: "), abt, as.character("</td> \n"), as.character(" </tr>...
2008 May 28
15
Help with output
I am having problems trying to get the output to work in an application I have. Here is the example THIS GIVES ME THE CORRECT VALUES <!-- ######## Flooring ######### --> <% if(params[:flooring]) %> <tr><td colspan="4"><h2>Flooring</h2></td></tr> <% for company in @companies %> <% if(company.flooring == 1) %> <tr> <td><%= link_to company.name, company...
2018 Feb 20
0
"Stale mailbox lock file detected, will override in 0 seconds"
...<br>WebRainbow® Software Analyst & Developer<br> <br><br></div><div id="csscan-wrapper" style="display: none;"><h2 id="csscan-header"> element</h2><table id="csscan-table"><tbody><tr><th colspan="2" id="csscan-header-font" class="csscan-header"> Font</th></tr><tr id="csscan-row-font-family"><td id="csscan-property-font-family" class="csscan-property"> font-family</td><td id="csscan-value-fo...
2006 Jun 23
5
how can i alter the validations error messages.
hello my name is reynaldo my question is the next. i want change the text of the validations error messages generated by ruby when you don''t wrote properly the data in the form. -- Posted via http://www.ruby-forum.com/.