Examveda
Examveda

How many arguments does the getInputHtml() accept?

A. 1

B. 2

C. 3

D. 4

Answer: Option B

Solution(By Examveda Team)

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).

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging