RE: Override Header Names for Grid Component

2008-01-20 Thread DougS
Has anyone been able to override the Grid header? I have been unable to do this using t:parameter name=myPropertyHeader. Adam Ayres wrote: I too wish to override the header cells of my grid but I am not able to get this to work. The cell override works correctly, but I am not able to get

Re: T5: Anyone using PageTester?

2007-12-05 Thread DougS
We are using the PageTester extensively since 5.0.6. The ability to pass a Module class to the PageTester is very helpful. As others have mentioned, we would like to be able to add js tests -- a way to do this would be incredibly helpful (maybe an integration with one of the existing jsunit

Re: T5 Best way to omit part of result page in output

2007-08-03 Thread DougS
Also, if you would like to put the logic to determine if a component should display or not in that component, you can have your SetupRender or BeginRender phases return a boolean result -- if it returns the false, the component will not be rendered (no matter where that component is placed). For

Re: T5 Best way to omit part of result page in output

2007-08-03 Thread DougS
discarded? thanks, jm. DougS wrote: Also, if you would like to put the logic to determine if a component should display or not in that component, you can have your SetupRender or BeginRender phases return a boolean result -- if it returns false, the component will not be rendered

T5: Problem with onload event in latest snapshot

2007-06-18 Thread DougS
I have recently added most recent T5 snapshot, that includes the Upload component (which is a great addition by the way!). One of the changes in this latest version is adding all scripts created using the PageRenderSupport class (via the DocumentScriptBuilder class) to an “onload” event that is