I am trying to migrate the following ext 3 code to extjs 4.1. But there are several problems.
First, it no longer support "el". I cant use contentEl because it will "append" instead of "using" my provided input element. Using the provided element is necessary so that the login form "remembers" my previous login.