Re: Tag cloud like widget
Hi Sreeram,I think there is no such UI5 control, but this would be possible.You can see the working example at http://jsbin.com/UDUFUDe/23/edit where I have a tagcloud inside a UI5 Panel. May be you...
View ArticleRe: Getting Started - Not seeing newly created View in browser
Thank you all for the feedback.When I switch to using an external browser from eclipse, my button shows up just fine.When I switch to using #btn in the fadeout call as Surendra and Shruti recommended ,...
View ArticleRe: Getting Started - Not seeing newly created View in browser
Hi Jason, SAPUI5 renders views as HTML+JavaScript. It is a jQuery based library and you can use jQuery by typing $ . You could use selectors by CSS class, IDs, etc....
View Articlewhy ColumnListType - > type:'Navigation' gets rendered only after the...
I need to write a logic so that ColumnListType's property is set to type:'Navigation' only on certain values. On writing the logic in onAfterRendering(), once i set the type inside onAfterRendering() ,...
View ArticleoContainer refers to what in the example?
I was trying to run this example available in the Developer Guide; oContainer.bindAggregation("content","/company/properties", function(sId, oContext){ var value = oContext.getProperty("value");...
View ArticleRe: upload file(JSON)
hi angel, pls find the code: var oFileUploader2 = new sap.ui.commons.FileUploader("myupload", { name: "myupload", uploadOnChange: true, uploadComplete: function (oEvent) {...
View ArticleRe: oContainer refers to what in the example?
What does oContainer refer to here? It refers to class sap.ui.core.ComponentContainer. See SAPUI5 SDK - Demo Kit and SAPUI5 SDK - Demo Kit Regards,Chandra
View ArticleRe: upload file(JSON)
Hi Angel, In the above code, I am able to upload the JSON file but unable to attach the json Object to the chart Please let me know the error ThanksMANO
View ArticleRe: Bind detail page list with master page context-error Cannot read property...
Hi, we are facing the same problem. Using bindElement() to set the context for an oData model results in a TypeError. The oData call itself is triggered and successful. The crash happens in the...
View ArticleDifference between JSON model and ODATA model in UI5?
In SAP UI5 , the data comes from the backend is usually oData and the new custom model created in the application is json model. Now can also oData model be created in the application & what's the...
View ArticleSignificance of id sap-ui-bootstrap in the bootstrap
Hi All, I am a newbie to OpenUI5 In the script below: <script id="sap-ui-bootstrap" src="resources/sap-ui-core.js" data-sap-ui-libs="sap.ui.commons"...
View ArticleRe: Significance of id sap-ui-bootstrap in the bootstrap
Hi, Refer http://stackoverflow.com/questions/11960180/what-is-the-point-of-using-an-id-attribute-in-a-script-tag Regards,Chandra
View ArticleWant to connect to backend in SAP UI5
Hi everyone, Actually I want to connect to the back end for data retrieval from back end. I want to know for that what are the things need to be installed and from where? How do I retrieve data from...
View ArticleRe: Want to connect to backend in SAP UI5
Hi, Refer this end-to-end how to guide End-to-End How-to Guide: Building SAPUI5 Applications on SAP NetWeaver AS ABAP 7.31 Consuming Gateway OData Services you will get all your questions answered from...
View ArticleData Bound To Controls - What About Controls Bound To Controls?
Hi, I understand the way we can bind data to controls..Is there a way wherein one control could be bound to another control. For example, I would like to bind the value of my text field to the selected...
View ArticleRe: Difference between JSON model and ODATA model in UI5?
OData model is a model based on a OData Service which a REST based model. OData allows you to perform SQL Query like operation on the URL(and it is like ODBC for Web!!). You can read more about OData...
View ArticleRe: Data Bound To Controls - What About Controls Bound To Controls?
Hi Amjad,As you mentioned "value of my text field to the selected item in a combobox." you want to bind the value of the text field with the combobox, not the text field itself. In MVC the value...
View ArticleEclipse Java EE IDE for SAPUI5 Web Developers - Missing perspective
Hi Colleagues, I just finished installing the toolkit with the new 'all in one click' feature...
View Article