Size HTML Pane Differently for Different Grids

Submitted by David_H on 2008/12/07 23:24
I would really like to see is the ability to size the HTML pane differently from one grid to another.  Which I suspect is simple a matter of "remembering" the HTML pane position for each grid.  In some grids I do not want to use the HTML pane at all.  In others I do and also want it to fill about half of the screen.  And in others yet, I want to use it, but only on a small part of the screen.  Right now it appears that it requires manually changing it every single time I switch grids.
 
Thanks

How do I use multiple detail rows in HTML template?

Submitted by Anonymous on 2008/12/07 15:51
Hello,
 
I don't see anything about HTML exporting in the user manual.
 
The example template looks pretty cool. It looks like you just put your fields in brackets {MyField}
 
In the invoice example, there is no detail. Most clients are going to demand that. Is there a way to to loop through child items? Or a way to create a parent level item that automatically combines text from the child items?
 
Thanks,
Mark
 

Drag and drop items need href quoted in strings

Submitted by Anonymous on 2008/12/07 13:55
This is somewhere between a suggestion and a bug. It has a fairly major impact on the ability to actually generate HTML output, so I'm posting it here. Also, I suspect that this would be a fairly easy item to fix.
 
When you drag and drop a file, the HTML tag created does not have the URL quoted in strings as required by W3C. More importantly, since many people will be dragging and dropping from their home directories below "Documents and Settings" (note the spaces!), the resulting URL will be unusable when exporting to an HTML file.
 
Thanks,
Mark
 

Moving items from one grid to another

Submitted by Anonymous on 2008/12/07 12:00
I understand that grids are just a view or window on the data in the file. An example of what I would like to do is this. I have a grid called Inbox,in inbox are tasks that need to be done. I also have a grid called completed tasks. When a task shown in inbox is comleted or done I would like to have it no longer show in inbox and show up in the grid completed tasks. Is this possible? If so, how do I do it?