Sail E0 Webinar

MCQs

Total Questions : 69 | Page 6 of 7 pages
Question 51. What does the getInputHtml() return?
  1.    Input
  2.    Fieldtype’s input HTML
  3.    Array
  4.    Value
 Discuss Question
Answer: Option B. -> Fieldtype’s input HTML
Question 52. How many arguments does the getInputHtml() accept?
  1.    1
  2.    2
  3.    3
  4.    4
 Discuss Question
Answer: Option B. -> 2
Question 53. Which is the method used to process on the input’s post data before it is saved to the database?
  1.    prep()
  2.    settings()
  3.    defineSettings()
  4.    prepSettings()
 Discuss Question
Answer: Option D. -> prepSettings()
Question 54. What is the purpose of the parameter $name ?
  1.    Document Name
  2.    Input Name
  3.    Output Name
  4.    ID
 Discuss Question
Answer: Option B. -> Input Name
Question 55. What does the method defineSettings() return?
  1.    Array of settings name
  2.    Array of hash key
  3.    Array of strings
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> Array of settings name
Question 56. What is the purpose of the parameter $value?
  1.    Field’s expected value
  2.    Field’s previous value
  3.    Field’s current value
  4.    Field’s probability value
 Discuss Question
Answer: Option C. -> Field’s current value
Question 57. When does the defineContentAttribute() method return a false?
  1.    Data stored in different table
  2.    Data stored in its own table
  3.    Data is not stored at all
  4.    Data is not obtained
 Discuss Question
Answer: Option B. -> Data stored in its own table
Question 58. How many events does the BaseFieldType provide?
  1.    1
  2.    2
  3.    3
  4.    4
 Discuss Question
Answer: Option C. -> 3
Question 59. Which method is called right before a field is saved?
  1.    onBeforeSave()
  2.    BeforeSave()
  3.    SaveBefore()
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> onBeforeSave()
Question 60. Which of the following are JavaScript logging library?
  1.    log
  2.    loglevel
  3.    leveljavascript
  4.    jslogjava
 Discuss Question
Answer: Option B. -> loglevel

Latest Videos

Latest Test Papers