application = $application; $this->javascript(); $this->init(); } private function javascript() { ?>
title(); $this->description(); $this->done(); ?>
application->title)) $value = $this->application->title; else $value = 'Untitled Application'; ?> " onblur="handleBlur(this)" onfocus="handleFocus(this)" /> application->description)) $value = $this->application->description; else $value = 'Write a description for this application here.'; ?>