Hi,
I have a bsp with a form and 2 fields inside. When I want to move the curser from the 1. in the 2. field it doesn´t works. Has anybody an idear?
<%@extension name="htmlb" prefix="htmlb" %> <htmlb:content id = "anlegen_avis" design = "DESIGN2003" controlRendering = "sap" > <htmlb:page title="test" > <htmlb:form> <htmlb:gridLayout id = "avise" columnSize = "1" rowSize = "1" width = "100%" > <htmlb:gridLayoutCell columnIndex = "1" rowIndex = "1" horizontalAlignment = "CENTER" > <htmlb:group id = "profilegroup" title = "Benutzerprofil" width = "500" > <htmlb:groupBody> <htmlb:gridLayout id = "kopf_avise" columnSize = "4" rowSize = "10" cellSpacing = "5" > <%-- Zeile 1, Spalte 1 --%> <htmlb:gridLayoutCell columnIndex = "1" rowIndex = "1" > <htmlb:label text = "asf" for = "id"></htmlb:label> </htmlb:gridLayoutCell> <%-- Zeile 1, Spalte 2 --%> <htmlb:gridLayoutCell columnIndex = "2" rowIndex = "1" > <htmlb:inputField id = "name" width = "100" value = "<%= sy-uname %>" type = "STRING" disabled = "false" /> </htmlb:gridLayoutCell> <%-- Zeile 1, Spalte 3 --%> <htmlb:gridLayoutCell columnIndex = "3" rowIndex = "1" > <htmlb:inputField id = "name" width = "100" value = "<%= sy-uname %>" type = "STRING" disabled = "false" /> </htmlb:gridLayoutCell> </htmlb:gridLayout> </htmlb:groupBody> </htmlb:group> </htmlb:gridLayoutCell> </htmlb:gridLayout> </htmlb:form> </htmlb:page> </htmlb:content>
regards,
Jens