Displaying 4 results from an estimated 4 matches for "column_contents".
Did you mean:
column_content
2006 Dec 12
2
RXML partial question
...:buttons => buttons,
:obj => obj}) if buttons_first
========== snippet of RXML partial ================
columns.each do |col_array|
attr_name = col_array[0]
column_display_name = col_array[1]
value = eval("obj.#{attr_name}")
column_contents = (column_display_name == ''Fax Number'' ?
number_to_phone(value, {:area_code => true}) :
value)
parent_xml.td(column_contents, :id => "#{obj.id}_#{attr_name}")
end
--
Posted via http://www.ruby-forum.com/.
--~--~---...
2007 Feb 01
0
Branch 'interpreter' - 9 commits - libswfdec/js libswfdec/swfdec_script.c libswfdec/swfdec_script.h player/swfdec_debug_stack.c test/trace
libswfdec/js/jsnum.c | 10 ++++
libswfdec/swfdec_script.c | 86 ++++++++++++++++++++++++++++---------
libswfdec/swfdec_script.h | 2
player/swfdec_debug_stack.c | 33 +++++++++++++-
test/trace/Makefile.am | 8 +++
test/trace/number.swf |binary
test/trace/number.swf.trace | 9 +++
test/trace/object-math-5.swf
2007 Jul 04
0
Branch 'as' - 25 commits - libswfdec/Makefile.am libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
libswfdec/Makefile.am | 2
libswfdec/swfdec_as_boolean.c | 113 +++++++++++
libswfdec/swfdec_as_boolean.h | 55 +++++
libswfdec/swfdec_as_context.c | 4
libswfdec/swfdec_as_context.h | 1
libswfdec/swfdec_as_frame.c | 11 -
libswfdec/swfdec_as_frame.h
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
configure.ac | 2
libswfdec/Makefile.am | 4
libswfdec/js/jsfun.c | 11
libswfdec/js/jsfun.h | 1
libswfdec/js/jsgc.c | 29
libswfdec/js/jsinterp.c | 14
libswfdec/js/jsinterp.h | 4
libswfdec/js/jsnum.c | 10
libswfdec/js/jsobj.c | 2