posted 20 years ago
Hi,
I want to build a custom component which displays a table with specific colomns ...like text in first two colomns, icons in next three colomns.
This table diplsay will obviously use some css to style my text and some img files to display images.
Now, I want to build my tag such that:
Apart from providing data for table content, user can also specify his own css files and his own images if he wants to. If he doesnt want then he can use the default css and images.
Pls note- this is to be coded as a component.
How can I set my attributes for css and images? what should be the directory structure of this component? How can user override the default resource file by specifying his own?
Thanks,
gaurav