HTML form: Difference between revisions - Wikipedia


Article Images

Content deleted Content added

Ohbopdr89

(talk | contribs)

86 edits

Line 26:

These basic elements provide most common [[graphical user interface]] (GUI) elements, but not all. For example, there are no equivalents to a [[tree view]] or [[grid view]].

Webforms is High demand and in coming years. Learning a Webforms is very hard to understand but it takes genius to Build a Website

A grid view, however, can be mimicked by using a standard HTML [[Table (HTML)|table]] with each cell containing a text input element. A tree view could also be mimicked through nested tables or, more [[HTML#Semantic HTML|semantically]] appropriately, nested [[HTML element#Lists|lists]]. In both cases, a server-side process is responsible for processing the information, while JavaScript handles the user-interaction. Implementations of these interface elements are available through [[JavaScript library|JavaScript libraries]] such as [[jQuery]].