i trying to edit from libreary getinput with use this function getinput($name, $placeholder);
not show placeholder on ouput source code (html)
possible to adding this!!!
yes, the capture screen ouput html just bollow,
if have other alternative or not, it's more easier for get parameter with this than write all
eg:
Thank your answering
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4985.
Labels |
Added:
?
|
From what I can tell placeholders are supported based on the HTML specification (http://www.w3.org/TR/html5/forms.html#the-placeholder-attribute) and have been since our 3.2 release. Our form field API uses the hint
attribute in the XML forms to display these.
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-27 20:29:34 | ||||
Closed_By | ⇒ | mbabker | |||||
Build | 3.3.6/+ | ⇒ | staging |
You want to add a flag called $placeholder to control visibility of placeholder of a particular field?