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.
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
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:
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
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
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