Adding features
I just realized with text fields, most of the times you only want them to show up when they have values. I hate looking at pages that have labels like email, phone, fax, address, etc. and they are all blank. Why displaying them if they are blank. So I am thinking of adding an attribute to the text tag so that it would only display on certain condition. I have not finalized on whether to add an attribute called showOnBlank or just have a general attribute condition for people to put in any kind of conditions to meet their needs. I may do both.
I also want to add another attribute to the select tag to reload the page on change selection. I think I will make it submit to itself instead of reloading so no data would be lost. It would work something like this.

There are no comments for this entry.
[Add Comment]