Tagged Questions
The placeholder tag has no wiki summary.
33
votes
4answers
22k views
18
votes
4answers
593 views
Can you have multiline HTML5 placeholder text in a <textarea>?
I have ghost text in textfields that disappear when you focus on them using HTML5's placeholder attribute:
<input type="text" name="email" placeholder="Enter email"/>
I want to use that same ...
11
votes
5answers
1k views
How can I implement Stack Overflow-like watermarks in forms?
I remember seeing a tutorial somewhere that talks of how to style your input forms in a more “usable” way.
Essentially, you have a placeholder value and when you enter the input, it hides the hint so ...
8
votes
1answer
151 views
HTML placeholder does not work for Android
I have a mobile version of my site and on the login page I use "placeholder" to display: Email or Password (instead of using label).
For iPhone it's working but not for Android, it disabled my field ...
7
votes
4answers
4k views
Replace Placeholders in word document with c#
I have a template in word (.docx) format and want to replace some placeholders in this template with my own data, do you know where I can find the right classes for this project? It would be nice for ...
6
votes
5answers
4k views
<select> placeholder
I'm using placeholders for text inputs which is working out just fine. But I'd like to use a placeholder for my selectboxes as well. Ofcourse I can just use this code:
<select>
<option ...
6
votes
3answers
332 views
What is the most accurate way to emulate the “placeholder” attribute in browsers that don't support it natively?
Recently I have been looking at jquery/javascript solutions to emulating the placeholder attribute, but none of them seem to have it right. Common issues are:
Native browser support is not used ...
6
votes
5answers
3k views
Input placeholders for Internet Explorer
HTML5 introduced the placeholder attribute on input elements, which allows to display a greyed-out default text.
Sadly the Internet Explorer, including IE 9 does not support it.
There already are ...
6
votes
2answers
107 views
Can you use jQuery's $(this) in a one-line code to modify elements?
I'm working on a placeholder function in jquery. Right now, I just want the form element to change its value to whatever its placeholder is. I tried the following code:
...
6
votes
2answers
274 views
scala type inference with _ place holder
List("This","is","Scala").foreach(a => print(a+" "))
compiles fine, but
List("This","is","Scala").foreach(print(_+" "))
fails complaining of missing parameter type. I couldn't figure out why ...
5
votes
5answers
284 views
How to make a scrollbar placeholder
My problem is that the browser windows vertical scrollbar that is removed by for example overflow:hidden; will make the page jump, when it reappears later. I use jQuery to remove the scroll option ...
5
votes
2answers
2k views
Javascript check for native placeholder support in IE8
tldr:
Why does ('placeholder' in inputElemnt) equal true in IE8 despite no native support for the placeholder attribute? Isn't (attribute in element) a good way to check for native support? The ...
5
votes
4answers
825 views
What is the best HTML5 placeholder -like jQuery plugin out there?
From the specs:
"The placeholder attribute represents
a short hint (a word or short phrase)
intended to aid the user with data
entry"
Ideally this plugin would:
Display a text with a ...
4
votes
3answers
53 views
Template and Place holders algorithm
First a quick definition :)
Template - A string which may contain placeholders (example:"hello [name]")
Placeholder - A substring whitin square brackets (example: "name" in "hello [name]:).
...
4
votes
2answers
187 views
Scala _ Placeholders (How does this code function?)
I am learning Scala (coming from a background of mostly Java). I am trying to wrap my head around the following code:
object Main {
def main(args : Array[String]) {
for (file <- ...
4
votes
1answer
1k views
Spring .properties file - Get element as an Array
I'm loading properties attributes from a .properties file using Spring as follows:
file: elements.properties
base.module.elementToSearch=1
base.module.elementToSearch=2
base.module.elementToSearch=3
...
4
votes
1answer
731 views
How to deal with “%1” in the argument of QString::arg()?
Everybody loves
QString("Put something here %1 and here %2")
.arg(replacement1)
.arg(replacement2);
but things get itchy as soon as you have the faintest chance that replacement1 actually ...
4
votes
1answer
995 views
HTML5 Form Text Placeholders - Do they have a CSS pseudo-class?
Reading an article about HTML5, it occurs to me that while placeholders are incredibly useful in form usability, if they can not be targeted with CSS without javascript, they really are a baby step.
...
4
votes
3answers
1k views
HTML Placeholder
Hey simple stupid question that I am too lazy to research. Can anyone tell me what browsers support the placeholder html tag for text inputs? Does Internet Explorer support it? Because I have a ...
4
votes
2answers
3k views
Specify an item placeholder by setting a control's ID property to “itemPlaceholder”
I have only single "Default.aspx" page and a single ListView Control. Why am I getting this error. Never Happened before
"An item placeholder must be specified on ListView 'ListView1'. Specify an ...
3
votes
1answer
250 views
Boost lambda::_1 in C++ 0x
int main()
{
std::vector<int> v;
v.push_back(1);
v.push_back(3);
v.push_back(2);
std::for_each(v.begin(), v.end(), std::cout << boost::lambda::_1 << "\n");
...
3
votes
1answer
226 views
UITextField with placeholder right aligned don't move correctly to the right
I have some UITextField, right aligned, with placeholders. I made it in Interface Builder with options: "clear button appears while editing", and "clear while editing begins" is deselected.
The text ...
3
votes
4answers
307 views
HTML5 “placeholder” support
How can I find out if the browser supports the HTML5 placeholder tag, so I can decide whether to hook my jQuery placeholder plugin or not.
3
votes
1answer
1k views
ImageView using image stored at Titanium.Filesystem.applicationDataDirectory displays placeholder, not image
I'm developing with SDK 1.6.2.
My app uses the camera to capture and save an image to Titanium.Filesystem.applicationDataDirectory.
A tap of the app is supposed to display all stored images (details ...
3
votes
1answer
261 views
Gettext placeholders
I am building a multilingual application in PHP + CodeIgniter. I have settled upon using gettext for UI text translation, and so far it has proven efficient and easy to work with.
But now I am facing ...
3
votes
1answer
2k views
Does IE9 RTW support the placeholder attribute on input elements?
A bunch of sites mention support in IE9, but I assume this was something that appeared in the Betas, or RC. It doesn't appear to be supported in IE9 final. Can someone confirm this?
3
votes
5answers
1k views
Why use `javascript:void(0)` instead of `javascript:` as an href do nothing placeholder?
I have seen href="javascript:void(0)" and I have seen href="javascript:;" Is there any reason I would not just use href="javascript:" instead?
Edit: Let me make it clear: I am combining this with an ...
3
votes
4answers
84 views
Efficient DOM Selecting Techniques - Is selecting by attribute to slow?
I am using a script to make all inputs having a placeholder in browsers that dont yet support that feature.
In that script I am using
$('input[placeholder]').each(function() {
to select all the ...
3
votes
5answers
314 views
How do i add 'default text' in a php form
I'd like the following code to be change so that the textarea has a default value that disappears when it's focused.
if ($txtActive != 'N') {
$value = (isset($_POST['mod_SEF_textarea'])) ? ...
3
votes
3answers
732 views
jQuery Validation and Placeholder conflict
I'm using the jQuery Validation plugin to validate a form on my site.
http://docs.jquery.com/Plugins/Validation
I'm also using the following code to provide Placeholder support for browsers that do ...
3
votes
6answers
1k views
How to replace text in a PowerPoint (.ppt) document?
What solutions are there? I know only solutions for replacing Bookmarks in Word (.doc) files with Apache POI?
Are there also possibilities to change images, layouts, text-styles in .doc and .ppt ...
3
votes
2answers
6k views
hw to create line breaks between dynamically generated labels in a placeholder?
This is the code below in code behind file's Page_Load event:
LinkButton linkButton = new LinkButton();
linkButton.ID = "LinkButtonDynamicInPlaceHolder1Id" + i;
...
2
votes
2answers
103 views
HTML5 placeholder disappears on focus
Is there a freely available jQuery plugin that changes placeholder behavior to match HTML5 spec?
Before Focus
On Focus Good (Safari)
On Focus Bad (Chrome, Firefox)
You can what your browser ...
2
votes
1answer
70 views
Drag Drop using extjs
I want to implement drag and drop UI using extjs which should be exactly similar to http://jqueryui.com/demos/sortable/#placeholder.
2
votes
2answers
108 views
Zend_Form Placeholder Translation
I have a Zend Application with a Zend_Form. I use the (html5) placeholder attribute instead of labels.
like this guy: placeholder text in zend text element
class Application_Form_Usereditprofile ...
2
votes
2answers
189 views
android add placeholder to edittext
How can I add placeholder to edittext in the class not in xml?
I have the following edittext in my code which will be shown in alertdialog,
final EditText name = new EditText(this);
2
votes
4answers
122 views
Modernizr just for one quick check?
I want to check if the browser who's running my page
is capable of handling the 'html 5 placeholder'
I know I can add the following javascript check:
!Modernizr.input.placeholder
but is it worth ...
2
votes
2answers
326 views
Placeholder in IE7
I have tired a few placeholder plugins to get it to work in IE. Currently I'm using http://widgetulous.com/placeholderjs/. This works in IE8 & 9 but not IE7. It throws a SCRIPT1028: Expected ...
2
votes
2answers
70 views
Zend framework rendering custom place holders in layout
I have some custom place holders in layout file, like [Region_Contents]
now I want to replace these placeholders with my custom html as layout is rendered
like instead of displaying [Region_Contents] ...
2
votes
1answer
342 views
How to programmatically get address placeholder text from iphone addressbook?
I am trying to present a way for the user to enter addresses in a location based application, and I want it to look exactly like the address from the iPhone Contacts/Address Book. This means that I ...
2
votes
1answer
80 views
CSS-3 - How can I place a white space holder above two columns?
I know how to make columns with CSS.
But Can anyone tell me how do I do like shown in the pic?
The white space span the latter two columns.
2
votes
2answers
429 views
HTML5 form placeholder fallback with form validation in Prototype
I've got an HTML5 form on my page with an email input that has place holder text in it. It works beautifully and I love the native validation!
I'm not sure how to serve old browsers best. I'm using a ...
2
votes
4answers
74 views
Updating a section of a page to show “News” (Without using a database) Asp.net C#
I want to have a news section to my page in a placeholder which can be updated relatively frequently with just Text and a Date.
But I do not want it to be linked to a Database, Is there a way this ...
2
votes
2answers
89 views
Styling the placeholder of an input, how can I do this? [closed]
Possible Duplicate:
Change an input's HTML5 placeholder color with CSS
For example, I have this:
<input type='search' placeholder='Search' name='q' />
How can I style the ...
2
votes
1answer
2k views
placeholder in ie9
it seems it's a very well known problem but all the solutions I found on Google doesn't work on my newly downloaded ie9.
Which is your favorite way in order to enable the Placeholder property in the ...
2
votes
4answers
543 views
JQuery placeholder HTML5 simulator
I have been using the HTML 5 placeholder and just realised that it does not work outside HTML5 devices. As you can see by the code below the placeholder is always in lowercase and the value is always ...
2
votes
1answer
678 views
jQuery UI Sortable add class of dragged object to placeholder to determine size
I'm using sortable to sort different width x height divs and masonry to clean up the empty spaces. How can I pass the class of the div being sorted to the placeholder so they are the same size?
The ...
2
votes
2answers
562 views
How to create WPF usercontrol which contains placeholders for later usage
I'd better ask the question by example. Let's say I have UserControl and Window which uses this control.
I would like to design this control (named MyControl) in such way (this is sci-fi syntax!):
...
2
votes
3answers
656 views
jQuery validation ignores placeholder!
I am using jQuery validation plugin to validate my form, but it is seems to ignore required fields witch have placeholder text.
How to solve it?
To display placeholders in all browsers I am using ...
2
votes
1answer
251 views
YUI3 JavaScript: get CSS for placeholder text
I'm writing some JavaScript to implement placeholder text in browsers that don't have it.
I've successfully styled the placeholder text in Chrome 9 and Fx 4b11 using the following style rules:
...