Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Disable portlet's movement in portalLayout

    Hello everybody,

    I am using portlets in my application but I don't want to allowed users to move portlets (I have juste one column in my portalLayout and portlets are sorts).
    There is a property to disable this?

    Thank you.

    lorizio49

    #2
    Canvas.setCanDrag(false), Canvas.setCanDragReposition(false)

    Comment


      #3
      Originally posted by svjard
      Canvas.setCanDrag(false), Canvas.setCanDragReposition(false)
      Thanh you very much svjard, I saw these methods but I wasn't sure on their use. That works.

      Comment

      Working...
      X