M70-301 Front End Certified Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

You want to use layout XML to specify the order of child blocks in a structural block. Which two of the following tag attributes would you use? (Choose TWO.)

Select all that apply, then click Submit answer.

  • Behind

  • After

  • Previous

  • Next

  • Before

  • Below

Question 5

The name of a design package in the Design tab of the System->Configuration window in Admin is also used as ________ and ________ . (Choose TWO.)

Select all that apply, then click Submit answer.

  • a folder name in app/design/frontend

  • a configuration value taken from index.php

  • a folder name in skin/frontend

  • a setting in the menu System -> Design

  • a folder name in app/design/frontend/base

Question 6

Which of the following functions is guaranteed to be executed after the DOM is ready? (Assume that the page only includes the prototype.js library.)

Select an option, then click Submit answer.

  • $(function() { . . . })

  • $(documerit).ready(function() { . . . })

  • $(“dom:loaded”, function(). . . })

  • document.observe( “dom:loaded”, function(). . . })

  • document.observe(“html:loaded”, function(). . . })

  • document.event(“html:load”, function(). . . })