Hi Emil,
EDIT: First you can try simply adding the following statement to the beginning of your component.js file:
jQuery.sap.require("sap.ui.thirdparty.jqueryui.jquery-ui-core")
Only otherwise the manual approach below might work:
1) Download jQueryUI from www.jqueryui.com
2) After unzipping, import the jquery-ui.js file into the res/js folder of your SDK component
3) In the contribution.xml file, include a <jsinclude> for the jquery-ui.js file
Let me know how that goes.
Regards,
Mustafa.
Message was edited by: Mustafa Bensan