Questions tagged [component.js]

ComponentJS is a stand-alone MPL-licensed Open Source library for JavaScript, providing a powerful run-time Component System for hierarchically structuring the User-Interface (UI) dialogs of complex HTML5-based Rich Clients

ComponentJS is a pure JavaScript library, without any external dependencies and not even requiring a DOM itself. ComponentJS allows you to manage your UI with a hierarchy of stateful components, each consisting of a generic frontend/proxy object providing all ComponentJS functionality and a backend/shadow object containing your custom component code.

4 questions
2
votes
1 answer

how to implement component.js in js-views in sapui5 for routing

I want to use component.js in js view but it is taking rootview for searching xml file. Please help how should I write this file so that I can do routing in js…
Priyanka Maurya
  • 413
  • 3
  • 7
  • 18
2
votes
2 answers

SAPUI5: Get all Components present in the current window

I know that you can get a single Component with: sap.ui.component("ComponentID"); But is there also a way to list all components that live in the current window context? Thx Chris
cschuff
  • 5,502
  • 7
  • 36
  • 52
0
votes
1 answer

Deploy SAPUI5 application to ABAP repository

I started developping an UI5 application in SAP Web IDE. At this moment, I just run it in a test Fiori Launchpad. The next step will be to deploy it to our ABAP repository. I guess I need to adapt some parts of the application for this reason (or…
C. Ubkcah
  • 273
  • 13
  • 33
0
votes
2 answers

What is metadata in Component.js?

I am creating an app using Navigation and Routing concept and was unable to understand the metadata which needs to be specified in Component.js What is the meaning of below :- "controlId": "app", "controlAggregation": "pages", When I am checking…
Rahul
  • 143
  • 2
  • 16