search for: rowspan

Displaying 20 results from an estimated 37 matches for "rowspan".

2012 Jul 16
2
Tk grid problem
...tkbutton(tt,text="A",command=function()ls()) B.but <- tkbutton(tt,text="B",command=function()ls()) C.but <- tkbutton(tt,text="C",command=function()ls()) D.but <- tkbutton(tt,text="D",command=function()ls()) tkgrid(A.but,row=1,column=1,columnspan=2,rowspan=2,sticky="nswe") tkgrid(B.but,row=3,column=1,columnspan=2,rowspan=1,sticky="nswe") tkgrid(C.but,row=1,column=3,columnspan=2,rowspan=1,sticky="wens") tkgrid(D.but,row=3,column=3,columnspan=2,rowspan=2,sticky="wens") any idea? thx Vincent [[alternativ...
2012 Sep 15
1
equivalent or "rowspan" in R
Hi all, I'm new to R and to this mailing list, I'd need to display, in a 2x2 window (mfrow = c(2, 2)), a graph that is 2 rows tall (so with 2 other graphs at his right). Here is an example of what I mean http://www.stefandahlen.com/pictures/rowspan.gif in html there is an attribute called rowspan, is it possibile to do the same in R? thank you [[alternative HTML version deleted]]
2006 Jan 02
9
Generating nice tables
...t 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 should look more like this.. Col1 Col2 Col3 A B D E C F G Using rowspans and align=middle as appropriate. Basically I want to combine adjacent rows with the same data into a single cell with a rowspan. Does anyone know of a simple algorithm to generate such tables (ideally from a collection of activerecord objects, of course)? Thanks, _Kevin -- Posted via http:...
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
...s/.../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; height: 8px;colspan="...
2004 Aug 06
0
accept credit cards and lower your rates 7772cHiT9-871CHYK79-18
...laylist" <li><strong>Messages sorted by:</strong> [ date ] [ thread ] [ subject ] [ author ] [ attachment ] </ul> <img src=includes/spacer7.gif> </td></tr> </table> <table cellspacing=0 cellpadding=0 border=0 width=75%> <tr> <td rowspan=2 width=1><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=1 bgcolor=#46463c><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=15 bgcolor=#e8e0c0><img src=includes/bottombar1.gif alt=" "></td&...
2004 Aug 06
0
ebay users trial product submission YTLXNBFMvO12
...ink="#3333FF" vlink="#0000CC" alink="#FF3333"> <div align="center"> <table width="601" height="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" rowspan="6" bgcolor="#999999"> </td> <td height="2" colspan="2"><img src="http://www.webcrawlers.com/images/bar.gif" width="601" height="7"> </td> <td width="1" rowspan="6&...
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?
2004 Aug 06
0
ebay users list products.. SHBFJFY-WmhOxY-11XWkglB
...ink="#3333FF" vlink="#0000CC" alink="#FF3333"> <div align="center"> <table width="601" height="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" rowspan="6" bgcolor="#999999"> </td> <td height="2" colspan="2"><img src="http://www.webcrawlers.com/images/bar.gif" width="601" height="7"> </td> <td width="1" rowspan="6&...
2004 Aug 06
0
ebay users trial product submission QUWjpof-UzCsd-XejA1YC
...ink="#3333FF" vlink="#0000CC" alink="#FF3333"> <div align="center"> <table width="601" height="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" rowspan="6" bgcolor="#999999"> </td> <td height="2" colspan="2"><img src="http://www.webcrawlers.com/images/bar.gif" width="601" height="7"> </td> <td width="1" rowspan="6&...
2007 Oct 08
3
tcltk scrollbar
...uot;multiple",yscrollcommand=function(...)tkset(scr2,...),background="white",exportselection=FALSE) for (i in 1:70) { tkinsert(lsbDim1,"end",i) } for (i in 1:70) { tkinsert(lsbDim2,"end",i) } tkgrid(lsbDim1,scr1,lsbDim2,scr2) tkgrid.configure(scr1,rowspan=10,sticky="nsw") tkgrid.configure(scr2,rowspan=10,sticky="nsw") [[alternative HTML version deleted]]
2006 Feb 22
0
Need help getting value from text_field_with_autocomplete
...:after) %>"</td> </tr> Here is the controller for addRow: def addRow @product = Product.find_by_product_code(params[:product][:product_code]) @completeRow = render_to_string(:partial => ''complete_row'') end Here is the complete_row partial <td rowspan="2" align="center"><%= text_field("purchase_order_detail", "quantity", "size"=>5) %></td> <td rowspan="2" align="center"><%= text_field("product", "product_code", "size"=&g...
2006 Jan 10
0
Customizing autocomplete to update more than one value upon vaule select
...product code. The product code is the auto_complete field. This field works. However, once the user selects a product code then the values for the product description, buy price, and unit weight should be updated automatically. To try and achieve this I have implemented the following: view: <td rowspan="2" align="center"><%= text_field_with_auto_complete( :product, :product_code, {}, { :updateElement => ''function(selectedElement){ alert("Element Selected: " + selectedElement.id);}'' }) %></td> <td rowspan="2" align=&quo...
2007 May 31
0
[LLVMdev] Renaming
...;/td></tr> <tr><th>Lemnos</th><td>Greek mythology: the island of Hephaestus workshop</td></tr> - <tr><td>Gabe McArthur</td><th>Wyrm</th><td>Along the same 'dragon' line, + <tr><td rowspan="2">Gabe McArthur</td><th>Wyrm</th><td>Along the same 'dragon' line, here's a little old english for you. Also it seems www.wyrm.org is for sale. <pre> " Dracan ec scufun, @@ -378,6...
2004 Aug 06
0
toner cartridges
...Problem" <li><strong>Messages sorted by:</strong> [ date ] [ thread ] [ subject ] [ author ] [ attachment ] </ul> <img src=includes/spacer7.gif> </td></tr> </table> <table cellspacing=0 cellpadding=0 border=0 width=75%> <tr> <td rowspan=2 width=1><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=1 bgcolor=#46463c><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=15 bgcolor=#e8e0c0><img src=includes/bottombar1.gif alt=" "></td&...
2007 Jan 25
0
[854] trunk/wxruby2/swig/classes: Add support for GridBagSizer
...rev 0) +++ trunk/wxruby2/swig/classes/include/wxGBSpan.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-25 18:19:11 UTC (rev 854) </span><span class="lines">@@ -0,0 +1,20 @@ </span><ins>+class wxGBSpan +{ +public: + wxGBSpan() : m_rowspan(1), m_colspan(1) {} + wxGBSpan(int rowspan, int colspan) : m_rowspan(rowspan), m_colspan(colspan) {} + + // default copy ctor and assignment operator are okay. + + int GetRowspan() const { return m_rowspan; } + int GetColspan() const { return m_colspan; } + void SetRowspan(int rowspa...
2002 Jul 12
1
toner cartridges
...tridges" <li><strong>Messages sorted by:</strong> [ date ] [ thread ] [ subject ] [ author ] [ attachment ] </ul> <img src=includes/spacer7.gif> </td></tr> </table> <table cellspacing=0 cellpadding=0 border=0 width=75%> <tr> <td rowspan=2 width=1><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=1 bgcolor=#46463c><img src=includes/spacer1.gif alt=" "></td> <td rowspan=2 width=15 bgcolor=#e8e0c0><img src=includes/bottombar1.gif alt=" "></td&...
2005 Dec 31
2
Validation errors not displaying and will not save
...tag({:action => "image_save"}, :method => "post",:multipart => true )%> <table> <tr> <td>Image Title<br/> <%= text_field(:web_image, :title) %></td> <td width="30">&nbsp;<!--spacer--></td> <td rowspan="3"> Image File <%= file_field(:uploader, :uploaded_file) %><br/><br/> Upload another? <%= check_box(:uploader, :another?, {}, :true, :false)%> </td> </tr> <tr> <td>Subtitle<br/> <%= text_field(:web_image, :subtitle) %>...
2002 Mar 14
0
INVITATION - SHIPORT CHINA 2002 (PR#1383)
2006 Feb 09
5
Ajax.Updater not populating element - please help
...(m) ) { year.selectedIndex = i; } } } </script> <form id="myform" action="#"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="102" rowspan="3" style="border-right: 1px solid #cccccc ">&nbsp;</td> <select name="make" id="make"> <option value="abarth">Abarth</option> <option value="abbott_detroit">Abbott-D...