Dr. Kral wrote:In HTML, it would be nice to have some longer forms such as <input type="checkbox"> rather than just <input type="|"> since there are only ten options. Required items such as rows and cols for <textarea> should also be there.
Thanks. That should be in the next update. However, there are many more than 10 input types if you include HTML5. I've seperated them into two submenus so it is clear which are the new HTML5 input types.
Dr. Kral wrote:In JS, I would like more methods such as .getElemementById(|) and .styleSheets[|] and properties.
Thanks. Those, as well as other methods and properties have been added to the JavaScript inserter.
Dr. Kral wrote:Some methods usually have a standard prefix such as screen, window and document so when selects as, .styleSheet one can also automatically get document.styleSheets[|]
In the next update, some options will let you hold down the SHIFT key while selecting the option to prepend the standard object names. The hint which displays in the status bar will let you know what holding down the SHIFT key will prepend.
Thanks for the suggestions!