Displaying 3 results from an estimated 3 matches for "cell_attrs".
Did you mean:
cell_attr
2007 Mar 20
0
[903] branches/wxruby2/wxwidgets_282/samples: Added #!/usr/bin/env ruby to the grid sample.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...=> 2006, :month => 5
shared/_calendar.rhtml partial
<hr>
<%=
calendar({:year => 2006, :month => 11, :table_class =>
"my_calendar_helper"}) do |d|
cell_text = "#{d.mday}<br />"
cell_attrs = {:class => ''my_day''}
@events.each do |e|
if e.tour_start_date == d
cell_text << e.label << "<br />"
cell_attrs[:class] = ''specialDay''...
2007 Feb 14
0
[875] trunk/wxruby2/samples: Add expanded grid sample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: