• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WPS 6.0 - dropping not working !!

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

We have just migrated to WPS 6.0 from WPS 5.1 so with all our old customized themes and skins.

Now we wish to have the feature Drag and drop in our customized(migrated) themes and skins.
So far I have made the changes in Control.jsp of our skins and now portlets can be dragged, but am unable to find out the way how to make then droppable? I am not getting where to define drop targets whether in themes or skins?
My requirement is not like Portal Pallete.

In some sites, it is suggested that UnlayeredContainer-H.jsp and UnlayeredContainer-V.jsp from IBM skin is to be copied in our cutomized skin. I tried that too, but didn't get any result. Do i need to change Default.jsp of my theme?

Help in this matter would be highly appreciated.

Thanks,
Manisha Gupta
Mail me at Manisha_gupta04@infosys.com
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which sites are you referencing that describe how to generate drag and drop capabilities for 6.0?

-Cameron McKenzie
 
manisha Gupta Garg
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cameron,

I am refering the site-
http://download.boulder.ibm.com/ibmdl/pub/software/dw/websphere/DevelopingThemesSkinsforPortal60xrev.pdf

I had made changes according the steps mentioned in the above site. Also I added class styles for drag and drop in my Theme's style sheet. But I am unable to find that where I have to call the defined style classes .dndDropAware{
border: 0px;
background-color: #FFEBC5;
}
.dndDropActive{
border: 0px;
background-color: #FF9000; etc ???

Unless and until these style classes are called, these doenst make any sense.
I have thourghly checked IBM skin and themes folder.

Please help if you have some idea !

Thanks,
Manisha
 
manisha Gupta Garg
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also if i applied IBM theme to the page and portlets are applied my customized skins then these can be drag and drop properly.

So one thing I am sure that I am missing something in my cutomized theme. BUT WHAT ???
 
manisha Gupta Garg
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is anyone there to help me out ??
 
manisha Gupta Garg
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ting Tong !!!


Please help me... i coudnt have resolved it yet

Please,Please,Please......WebShpere experts !!...your help needed

Thanks,
Manisha
 
manisha Gupta Garg
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey this issue is resolved now... !!

so if anyone faces same kind of problem, then please contact me

Thanks,
Manisha
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic