Hello I have a question, I read here the objects and libraries but since they do not give examples sometimes I do not know exactly how to add a element I do not know how to declare a method, property, event or associations n is that I do not know but I do not know exactly how to use them someone know some tutorial of fiori in Spanish ?
Suppose I choose to make a combo box and that I already have my sap.m library loaded and my view is managed with xml
assuming that I also charge this library core
because I want to use it according to the documentation I read
xlmns:core"sap.ui.core"
<comboBox selectedItemId="Ejemplo"> (no se si aqui estoy usando bien la propiedad dentro de esta etiqueta o es aparte)
<core:Item text="item1" > (según la documentación esta es una asociación del combobox del tipo sap.ui.core.Item)
</core:Item>
</comboBox>
Neither do I know when to close the label like this <etiqueta> </etiqueta>
or so <etiqueta cosas />