Discussion :: Javascript - CS
- How many arguments does the getInputHtml() accept?
Answer : Option B
Explanation :
The method getInputHtml(0 accepts two arguments: $name and $value. $name is the name you should assign your HTML input’s name= attribute, and $value is the field’s current value (either from the DB, or the POST data if there was a validation error).
Be The First To Comment