cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with JQuery in Shell !

Former Member
0 Kudos

Hallo.

When I use JQuery for element HTML working fine JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="h... but when I try use this HTML component in Shell JQuery not working JS Bin - Collaborative JavaScript Debugging

Help me please!

Regards, Oleksii

Accepted Solutions (1)

Accepted Solutions (1)

jmoors
Active Contributor
0 Kudos

It looks like you are not setting the default contents.

http://jsbin.com/doqugeketeyi/1/edit



var oShell = new sap.ui.ux3.Shell("myShell", {

appTitle: "SAPUI5 Gold Reflection Shell",

appIcon: "images/SAPLogo.gif",

appIconTooltip: "SAP logo",

showLogoutButton: true,

showSearchTool: true,

showInspectorTool: true,

showFeederTool: true,

    paneWidth: 375,

    content: oHTML,


worksetItems: [new sap.ui.ux3.NavigationItem("WI_home

Regards,

Jason

Former Member
0 Kudos

thanks Jason a lot.

Regards, Oleksii

Answers (0)