Hi,
Setting the ElementID of a TWebSideMenu component to an existing div triggers an exception.
Am I using this correctly?
Thanks
Hi,
Setting the ElementID of a TWebSideMenu component to an existing div triggers an exception.
Am I using this correctly?
Thanks
We've seen and caught the error now.
Not sure though how you expect the TWebSideMenu to be mapped on a custom HTML element while this component expect a predefined location & behavior of its elements?
I was expecting to be able to put it inside a container div and align it thus.
For example, where I want to use it, I want it not to align it left but not span the entire height of the page (there will be a div at the top of the page above it).
Is that correct usage?
TWebSideMenu is designed to work in the full browser <BODY> element, not in a HTML element somewhere in the body.