Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Website Design
Just a thought...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Markshall" data-source="post: 269118" data-attributes="member: 1872"><p>Just thinking, how good would it be if there was a cross-platform property on elements that allow input (text, password. Text area etc) and you could specify what characters display</p><p></p><p>So instead of the standard keyboard showing up when you click a text field, you could have this in your HTML:</p><p></p><p>[code]<input type="text" data-characters="[m,a,r,k,1,2,3]" name="textfield" />[/code]</p><p></p><p>And only the characters:</p><ul> <li data-xf-list-type="ul">m</li> <li data-xf-list-type="ul">a</li> <li data-xf-list-type="ul">r</li> <li data-xf-list-type="ul">k</li> <li data-xf-list-type="ul">1</li> <li data-xf-list-type="ul">2</li> <li data-xf-list-type="ul">3</li> </ul><p>Displayed on the keyboard...</p><p></p><p>Because sometimes you don't want every character. Just a random thought.</p></blockquote><p></p>
[QUOTE="Markshall, post: 269118, member: 1872"] Just thinking, how good would it be if there was a cross-platform property on elements that allow input (text, password. Text area etc) and you could specify what characters display So instead of the standard keyboard showing up when you click a text field, you could have this in your HTML: [code]<input type="text" data-characters="[m,a,r,k,1,2,3]" name="textfield" />[/code] And only the characters: [LIST] [*]m [*]a [*]r [*]k [*]1 [*]2 [*]3 [/LIST] Displayed on the keyboard... Because sometimes you don't want every character. Just a random thought. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Website Design
Just a thought...
Top