Resource for test [regular expression][test-regexp].
Need form id
attribute and add to required fields required-entry
class for define what that field must be filled and validate-email
for check that current field must be valid email.
Mostly uses for build a system with Ajax asynchronous reload some blocks without reload full page.
Loaded section name checkout_onepage_shippingmethod
example from _getShippingMethodsHtml()
method of class Mage_Checkout_OnepageController
$layout = $this->getLayout();
$this->getLayout()->getBlock('head')->getTitle(); |
If you’ve used Sublime Text, you probably can’t live without its "Go to anything" overlay. You will be happy to hear that dev tools has it too. Press Ctrl + P
(Cmd + P
on Mac) when DevTools is opened, to quickly search for, and open any file in your project.
After you’ve opened a file in the Sources tab, DevTools allows you to easily jump to any line in it. To do so press Ctrl + G
for Windows and Linux, (or Cmd + L
for Mac), and type in your line number.