Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Standards guide as it pertains to website widgets.

Status
Not open for further replies.

tbtcust

Programmer
Oct 26, 2004
214
US
Hi All. I'm looking to have someone design a web site. I want the standard widgets on my web site to act like all the other standards widgets out there.

Question: Is there web development standards guide as it pertains to the end users experience with widgets?

e.g., I have looked at text boxes on various websites and they all seem to work the same way, i.e.,
- allow pasting into it,
- moving to the next line when I press enter,
- have a scroll bar appear on the right when the text exceeds the vertical display,
- etc.
I want my text box to act the same way.

Thanks in advance for any help.
 
All of HTML is a standard and all HTML elements have standard behaviours

<textarea>

Question: Is there web development standards guide as it pertains to the end users experience with widgets

End user experience? Very simple.
Don't change the standard behaviour of form input elements and don't use pointless "Right Click disable" scripts.

Chris.

Indifference will be the downfall of mankind, but who cares?
Woo Hoo! the cobblers kids get new shoes.
People Counting Systems

So long, and thanks for all the fish.
 
ChrisHirst, thanks for replying. I get your point and it all makes sense now. Is there a primary link where a developer could reference the standard behavior of HTML elements?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top