Displaying 20 results from an estimated 40000 matches similar to: "HTMLDOC Table header row(s) to repeat on subsequent pages"
2006 May 10
0
Making pdf with HTMLDOC
Hello,
I''m having a problem with HTMLdoc and rails.
I''ve set it up as per
http://wiki.rubyonrails.com/rails/pages/HowtoGeneratePDFs and I''m using
windows and version 1.8.24.
I can make ps files without a problem and I can make pdfs using the
stand alone app, however I can''t get the pdf created in RoR to work.
Loading it into gsviewer I get the error
2006 Dec 28
0
HTMLDOC PDF Generation
Okay. I''ve tried it all, or so it seems. The code:
generator = IO.popen("htmldoc-no-compression -t
pdf14-quiet-jpeg-path \".;http://#{request.env["HTTP_HOST"]
+ request.env["REQUEST_URI"]}\"-webpage -", "w+")
generator.close_write
send_data(generator.read, :filename => filename, :type =>
"application/pdf")
I basically
2006 Oct 26
0
Setting-up HTMLDOC
I need to generate PDF files from HTML and HTMLDOC is listed in the Rails wiki as an option. It looks interesting, and I can see from the example posted that it''s usable from within a Rails app. But I can''t find anything on how to set it up for use within a Rails app. No Gem. No Plugin. Anybody know anything about this?
Thanks!
Bill
2006 Feb 24
0
Appending <tr>''s to Table - Images in <tr>''s loading slowly.
While working on an application, I have run into an interesting problem for which I have no solution at this moment, hence writing to this forum.
Basically, I am working on an email application that requires me to fetch data from the backend using AJAX and then I use dom to append the results dynamically to the mail display table.
So far so good. So, I call a function getTableData() at the end
2008 Sep 14
2
virtual links
Thomas,
I am experimenting with virtual links and cannot seem to get this to
work right.
I copied the htmldoc.virtual file out of the mics folder that was
bundled with webgen5.4 and pasted that into my src directory. I then
edited the file to the link I wanted to use.
api.html
url: http://mylink.com
title: This is my link
in_menu: true
sort_info: 60
The link is in the menu for the
2006 Feb 24
0
RE: Appending <tr>''s to Table - Images in <tr>''sloading slowly.
I have also experienced erratic image "non"-caching by IE in my projects
(seemingly related specifically to AJAX/DOM manipulated nodes as you are
seeing)...
I tried preloading the icon images in body onload in global variables,
then using those global variables to access the images... no luck.
...I have no idea why IE sometimes has to download these images that it
SHOULD have in its
2008 Dec 09
1
repeat bug report: as.factor argument to row / col fails if NULL dimnames
This bug was reported to r-devel by Martin Morgan on 13th May 2008
(original email pasted below). However I couldn't locate it in the bug
tracker (with searches for row, col, as\.factor) It is still present
in today's svn version (rev 47115). I hope I'm doing something useful
by bringing it up again. I have not sent this to r-bugs, as I'm
concerned that not locating it in the bug
2006 Mar 01
1
manipulate <td>''s and their content by grabbing their classNames
Hi Guys,
What''s the best way to grab all <td>''s in a particular table and manipulate them?
Here''s the problem definition -
I have a table that has ''n'' <tr>''s.
Each <tr> has couple of <td>''s and the first <td> has an image.
By default, each <td> has a ''x'' class and image src
2006 Sep 29
0
[BUG] send_file header strangeness
When I serve up a gif file using send_file(''file.gif'', :type =>
''image/gif''), for some reason I get
Content-Type: image/gif; charset=utf-8
in my headers. Maybe I''m missing something, but this doesn''t look like
entirely correct behaviour.
--
Piers Cawley <pdcawley@bofh.org.uk>
http://www.bofh.org.uk/
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
Or...
var myTDs = new Array();
$A($("main").childNodes).each(function(tr)
{
$A(tr.childNodes).each(function(td)
{
myTDs.push(td);
});
});
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
troels knak-nielsen
Sent: Wednesday, March
2002 Apr 20
0
14676 100% 0.00kB/s 0:00:00
Hello,
When rsync'ing over an ISDN 64kb/s channel, I get reported mostly 0 kB/s:
1287 100% 0.00kB/s 0:00:00
home/httpd/html/mirrors/developer.apple.com/techpubs/macosx/System/Documentation/Developer/YellowBox/TasksAndConcepts/JavaTutorial/3.JavaDebugging/toc.html
731 100% 0.00kB/s 0:00:00
2006 Feb 18
1
slider not working in a table for IE 6
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 entries are the exact same code (1 inside
<div></div> and 1 inside <table><tr><td></td></tr></table>). The div one
works fine but the table one
2004 Nov 24
0
How to Modify Diversion Header for 3rd Party SIP Vmail?
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 73 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041124/2cc08024/image001.gif
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
SuperRedCloth v1.160 and svn rev 163 don''t work the textile commands
that specify table headers instead of table data.
Here''s a simple test:
require ''superredcloth''
w = "|_. a|_. b|_. c|\n|1|2|3|"
h = SuperRedCloth.new(w).to_html
puts h
<table>
<tr>
<td>_. a</td>
2006 Feb 18
1
spinner not working inside a table with IE 6
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 samples contain same code (1 inside <div></div> and
1 inside <table><tr><td></td></tr></table>). The div one works fine but the
table one
2006 Feb 18
0
slider component inside a table not working
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 entries are the exact same code (1 inside
<div></div> and 1 inside <table><tr><td></td></tr></table>). The div one
works fine but the table one
2006 Mar 15
0
Ruby on Rails Developers needed for Steve Case''s new company(co-founder of AOL)
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1734 bytes
Desc: image001.gif
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060315/94f95385/attachment.gif
2009 Jan 18
3
Interface not supported in mshtml
Hello,
I'm trying to get UFile (a canadian tax package) running on Wine. Results are promising, but in one of the first form pages, it says
fixme:mshtml:HTMLDocument_QueryInterface (0x19f410)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33c740) interface not supported
and dies with an unhandled exception error. This is with both Debian's supplied 1.0.1 and 1.1.13 from
2019 Nov 27
2
ELF string table access in backend
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191127/dc214059/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 201911271044539_EW9BEWXX
Type: application/octet-stream
Size: 13168 bytes
Desc: not available
URL:
2004 Jun 22
1
write.table when keeping column headers (names of Columns in matrix) and row numbers
When using the write.table (say for a tab delimited file) command on a
matrix with Row and Columns, the column headers are always being left
shifted into the column where the row numbers are being placed. One can see
this when you open up the tab delimited file in excel.
Is there a better command for this, or is this supposed to be a 'feature'.
Peter