3 Replies Latest reply on Aug 23, 2013 1:45 PM by bleathem

    Drag and Drop with multiple dragTypes

    umut

      Is there a possibility to define multiple dragTypes?

       

      Maybe there is an option to select a List of dragTypes instead a String in:


      <rich:dragSupport dragIndicator=":indicator" dragType="#{fm.family}" dragValue="#{fm}">
      <rich:dndParam name="label" value="#{fm.name}" />
      </rich:dragSupport>


      Or maybe a contains option for

       

      <rich:dropSupport id="php" acceptedTypes="PHP" dropValue="PHP" dropListener="#{eventBean.processDrop}" reRender="phptable, src">
      </rich:dropSupport>

       

      Regards,

      Umut