-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello
I had a working application, which uses a jquery ui dialog. I wanted to make the dialog draggable. As far as I know the only thing needed is the jquery.ui.draggable.js script. So I added it to the scripts I am using, but know I get the following error (as shown in the firebug console): base…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the below code for my a Dialog box for a which contains a dropdown field
KPMS.ServiceRequests.Status = {
showOptions : function(requestId, userId, requestType) {
var url = BASE_URL+'service_requests/status_options/';
$("#dialog-modal").dialog("destroy");
$("#dialog-modal").load(url…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello Everyone.. I am making an application in blackberry with 4.7 OS. In my project i need to put a labelfield on top of a bitmapfield. I have taken the bitmapfield inside a verticalfieldmanager. I wanted a complete code for this problem.
Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am following the tut here
http://msdn.microsoft.com/en-us/library/h59db326.aspx
#
Create an App_Code directory directly
under the root directory of your Web
site (also called Web application
root).
#
Copy the source file for the control
(WelcomeLabel.cs or WelcomeLabel.vb)
…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Anyone interested in learning more manipulating the WebCenter UI should definitely stop by John Sim's blog. He has produced an excellent set of UI examples and details around how he achieved them. Definitely stay tuned to see what else John produces!
WebCenter UI Customization Examples
>>> More