// JavaScript Document var txtUsername= new AW.UI.Input; txtUsername.setId("txtUsername"); txtUsername.onKeyEnter = function(event){ btnLogin.onControlClicked(); }; var txtPassword= new AW.UI.Input; txtPassword.setId("txtPassword"); txtPassword.getContent("box/text").setAttribute("type", "password"); txtPassword.onKeyEnter = function(event){ btnLogin.onControlClicked(); }; var txtNewUsername= new AW.UI.Input; txtNewUsername.setId("txtNewUsername"); txtNewUsername.refresh(); var txtNewPassword= new AW.UI.Input; txtNewPassword.setId("txtNewPassword"); txtNewPassword.getContent("box/text").setAttribute("type", "password"); txtNewPassword.refresh(); var txtNewPasswordConfirm= new AW.UI.Input; txtNewPasswordConfirm.setId("txtNewPasswordConfirm"); txtNewPasswordConfirm.getContent("box/text").setAttribute("type", "password"); txtNewPasswordConfirm.refresh(); var txtNewUsername1= new AW.UI.Input; txtNewUsername1.setId("txtNewUsername1"); txtNewUsername1.refresh(); var txtNewPassword1= new AW.UI.Input; txtNewPassword1.setId("txtNewPassword1"); txtNewPassword1.getContent("box/text").setAttribute("type", "password"); txtNewPassword1.refresh(); var txtNewPasswordConfirm1= new AW.UI.Input; txtNewPasswordConfirm1.setId("txtNewPasswordConfirm1"); txtNewPasswordConfirm1.getContent("box/text").setAttribute("type", "password"); txtNewPasswordConfirm1.refresh(); var txtExistingUsername= new AW.UI.Input; txtExistingUsername.setId("txtExistingUsername"); txtExistingUsername.setControlText(""); txtExistingUsername.setControlDisabled(true); txtExistingUsername.refresh(); var txtSearch = new AW.UI.Input; txtSearch.setId("txtSearch"); txtSearch.setStyle("width", "400px"); txtSearch.onKeyEnter = function(event){ btnSearch.onControlClicked(); }; txtSearch.refresh(); var txtSearch1 = new AW.UI.Input; txtSearch1.setId("txtSearch1"); txtSearch1.setStyle("width", "300px"); txtSearch1.onKeyEnter = function(event){ btnSearch1.onControlClicked(); }; txtSearch1.refresh(); /*var txtKeyword= new AW.UI.Input; txtKeyword.setId("txtKeyword"); var txtTitle= new AW.UI.Input; txtTitle.setId("txtTitle"); var txtGenre= new AW.UI.Input; txtGenre.setId("txtGenre"); var txtDescription= new AW.UI.Input; txtDescription.setId("txtDescription"); var txtCopyright= new AW.UI.Input; txtCopyright.setId("txtCopyright"); var txtProducerName= new AW.UI.Input; txtProducerName.setId("txtProducerName"); var txtProducerAddress= new AW.UI.Input; txtProducerAddress.setId("txtProducerAddress"); var txtProducerEmail= new AW.UI.Input; txtProducerEmail.setId("txtProducerEmail"); var txtSubject= new AW.UI.Input; txtSubject.setId("txtSubject"); var txtCreator= new AW.UI.Input; txtCreator.setId("txtCreator"); var txtIndemnification= new AW.UI.Input; txtIndemnification.setId("txtIndemnification"); var txtCreatorSource= new AW.UI.Input; txtCreatorSource.setId("txtCreatorSource"); var txtTitleType= new AW.UI.Input; txtTitleType.setId("txtTitleType"); var txtInQue= new AW.UI.Input; txtInQue.setId("txtInQue");*/ var txtNewFolder= new AW.UI.Input; txtNewFolder.setId("txtNewFolder"); txtNewFolder.setStyle("width", "200px"); var txtRenameFolder= new AW.UI.Input; txtRenameFolder.setId("txtRenameFolder"); txtRenameFolder.setStyle("width", "200px"); /*var txtDateCreated= new AW.UI.Input; txtDateCreated.setId("txtDateCreated"); var txtIdentifyer= new AW.UI.Input; txtIdentifyer.setId("txtIdentifyer"); var txtIdentifyerSource= new AW.UI.Input; txtIdentifyerSource.setId("txtIdentifyerSource"); var txtMediaType= new AW.UI.Input; txtMediaType.setId("txtMediaType");*/