search for: tfoot

Displaying 11 results from an estimated 11 matches for "tfoot".

Did you mean: foot
2006 Aug 03
1
OT: Tables and Rails code
...left</th> <th scope="col">Category</th> <th scope="col">City</th> <th scope="col">State</th> <th scope="col">PayType</th> <th scope="col">Exp reqd</th> </tr> </thead> <tfoot> </tfoot> <tbody> <tr > <td><%= position.company_job_id %></td> <td><%= position.comapny_id %></td> <td><%= position.entered_on_date.strftime("%m/%d/%Y") %></td> <td><%= position.start_on_date.strftime(&qu...
2006 Feb 24
1
Help a n00b?
...#39;'m trying to do that hot new thing with AJAXy forms: http://idiet.toasterwaffles.com/foods/list Here''s the relevant code in list.rhtml (for the form portion) <tbody> <%= render_collection_of_partials "list_stripes", @foods %> </tbody> <tfoot> <tr id="addFood"><%= form_remote_tag( :html => {''id'' => ''createFoodForm''}, :url => {:action => ''create_with_ajax''}, :upda...
2006 Jul 14
3
Rails newbie: How does the submit_tag work?
...werPoints[]" value="<%= answer.points %>"/></td> <td><input type="text" name="presentationtext[]" value="<%= presentation.textvalue %>"/></td> </tr> <% end end %> </tbody> <tfoot> <tr> <td colspan="2"><%= submit_tag ''Next Question'' %></td> </tr> </tfoot> </table>
2005 Sep 14
13
table sorting/manipulation library?
...rtable column that returns a value to be sorted. An example: ----------------- <table id="myTable" class="sortable striped rowsSelectable"> <thead><tr><th>string</th><th>number</th><th>date</th></tr></thead> <tfoot /> <tbody> .......... </tbody> </table> <script type="text/javascript"> document.getElementById(''myTable'').sorterFuncs = [ String, Number, function(str) { var dateSplit = str.split(/\D/); //assume we''re in MM/DD/YYYY format...
2006 Apr 03
3
Ready to call this a bug
I''ve been trying to get a handle on AJAX today and am ready to call "BUG!" I started with the code from Curt''s "AJAX on Rails". It used <ul="my_list"> and <li> and worked fine. Except I need a table instead of a list. So I did the simplest thing that I thought could possibly work. In the view, I changed the :position attribute from
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
...img input ins isindex kbd label legend li link map menu meta''+ '' noframes noscript object ol optgroup option p param pre q s samp script''+ '' select small span strike strong style sub sup table tbody td textarea''+ '' tfoot th thead title tr tt u ul var xml xmlns'' ) @sci.set_key_words( 1, ''and break case catch char ''+ '' const continue default delete do else''+ '' for function if in''+ '' new return''+...
2006 Mar 08
4
ajax with tables
There may be an easy solution, but I just can''t seem to get this to work... I''m using tables for part of my site, as they contain a lot of rows and columns full of financial data, so just working with div''s and dd''s... etc, won''t do. My table structure is pretty simple, as follows: ================= <table id="items"> <tr>
2006 Jul 18
6
RJS - Insert at top of table?
Quick question regarding RJS and inserting to the top of a table. Here''s the view I''m working with: <table id="links-list"> <tr> <th>Display title</th> <th>URL</th> <th>Description</th> <th>Category</th> </tr> <% for link in @links %> <tr id="link-<%= h link.id
2011 Aug 06
0
Announce: Dashboard 1.2rc6 available
...ion is available at: http://docs.puppetlabs.com/dashboard/index.html 1.2rc6 === * Fixes a problem with delayed job that would cause it to fail silently * Fixes an inconsistency in report views * Ensures that files created via delayed_job have proper permissions Details === 90f5ce0 (#8488) Move tfoot before tbody in reports table ee1f182 (#8488) Make columns consistent between report views e54ecb8 (#8790) Fix reports page column display and alignment 947dcee (#8748) Put sensible umask on pids and logs that delayed_job creates 4ef96b6 (#8785) Close a directory that we open 0bfbbf6 (#8785) - Reve...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...TABLE: ['<table>', '</table>', 1], @@ -2532,7 +2529,6 @@ Element._insertionTranslations = { }; (function() { - this.bottom.initializeRange = this.top.initializeRange; Object.extend(this.tags, { THEAD: this.tags.TBODY, TFOOT: this.tags.TBODY, @@ -2544,7 +2540,7 @@ Element.Methods.Simulated = { hasAttribute: function(element, attribute) { attribute = Element._attributeTranslations.has[attribute] || attribute; var node = $(element).getAttributeNode(attribute); - return node && node.specified; +...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server