
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
Using HTML control and SAPUI5 controls and advantages of using UI5 controls over HTML controls
Here are answers to your questions:
- a) Can we use both SAPUI5 and HTML controls at the same time or is it better to use SAPUI5 alone?
- The best practice would be to use SAPUI5 alone. If there are any controls, that you are not able to find in SAPUI5, then you can use HTML controls along with them. Also, it is advisable to keep looking for latest version of SAPUI5 as each release have new functions and control which may be useful for you.
- b) I found some controls in SAPUI5 which are already present in HTML. So what is the advantage of these controls over HTML?
- SAPUI5 controls are generally developed by wrapping the standard controls. The wrapper code provides you with more functionality from a business perspective and you can have better control as well. So these definitely have an edge over standard controls in HTML.
- c) Does the SAPUI5 control get converted to HTML5? If yes then at what stage this is done?
- You will find render Manager with render method for every control. These convert SAPUI5 control to HTML.
- d) Can JQuery be a better option as compared to SAPUI5?
- Both JQuery and SAPUI5 work on the JavaScript-based framework. SAPUI5 is basically intended to develop applications that are related to other SAP products. These applications can be developed at a very fast pace as compared to JQuery.
- Related Articles
- Difference between SAPUI5 controls and HTML5 Controls
- HTML DOM Video controls Property
- Difference between User Controls and Custom Controls
- How to include the audio/video controls in HTML?
- Performance Report Controls in Mysql Workbench
- How to enable webview zoom controls in android?
- Align labels and groups of form controls in a horizontal layout with Bootstrap
- How can we prevent the resizing of UI controls in JavaFX?
- Mention the part of the brain which controls the involuntary actions like blood pressure, salivation, etc.
- Advantages of using MySQLi over MySQL?
- How to wrap and unwrap HTML control with a div dynamically using jQuery?
- Advantages of using JNA over process execution
- Part of the eye which controls the entering of light is called(I)Iris (ii) Cornea (iii) Lens (iv)Retina
- Part of the eye which controls the entering of light is called$(a)$. iris $(b)$. cornea$(c)$. lens $(d)$. retina
- The organelle that controls all the activities in cell is(a) Nucleus(b) Vacuole(c) Plastids(d) Cytoplasm

Advertisements