1.

What does the getInputHtml() return?(a) Input(b) Fieldtype’s input HTML(c) Array(d) ValueI got this question during an interview.I'd like to ask this question from Crafting the Public API topic in division Parsing, Benchmarking and Logging of JavaScript

Answer»

The correct choice is (b) Fieldtype’s input HTML

Easy explanation: The method GETINPUTHTML() returns a fieldtype’s input HTML. It accepts two ARGUMENTS: $NAME and $value.



Discussion

No Comment Found

Related InterviewSolutions