Question 11

Which function in Yahoo! User Interface Library (YUI) is used to select an element from the view.php file?
  • Question 12

    Which statement is true about the Knowledge API?
  • Question 13

    You build aCustom Widget to display a <select> menu, with the <option> values being populated from a Custom Object field of type "menu." Which Connect for PHP function should be used to obtain the menu values?
  • Question 14

    Your site has a custom object deployed under a package named ProductRegistration and the object is named RegisteredProduct. You are trying to create a new entry in the RegisteredProduct object from a custom model using ConnectPHP.
    Identify the correct code that will create the new entry in the RegisteredProduct object.
    A)

    B)

    C)

    D)
  • Question 15

    In a Widget Controller file, which is the correct way to capture the Contact ID (c_id) from the URL parameter, query the database to fetch contact details, assign contact details in the class variable, and access it in the view.php file?
    A)

    B)

    C)

    D)