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 . 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 the header override to work.

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 fram

Re: T5 Validator

2007-08-16 Thread DougS
I've been able to create a Validator, but I am having problems getting the Error Message to show up in my new Validator. 1.) First I copied one of the default T5 validators (I used the Required class) -- here it is:

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

2007-08-03 Thread DougS
Are they > automatically 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

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

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 p