KoolListBox - Advanced PHP ListBoxKoolListBox - Advanced PHP ListBoxFullVersion 1.2.0.0 released on 03/29/2013

Features - Transfer

  • Agentina
  • Australia
  • Brazil
  • Canada
  • Chile
  • China
  • Egypt
  • England
  • France
  • Germany
  • India
  • Indonesia
  • Kenya
  • Mexico
  • New Zealand
  • South Africa
  • USA
    Transfer Configuration

    Align:

    Description & Sample code

    KoolListBox support item transferring between two listbox. To do this you put the id of destination listbox to the TransferToId property:

    $listbox->TransferToId = "second_listbox";

    KoolListBox also support the transfer by double click:
    $listbox->AllowTransferOnDoubleClick = true;

    KoolListBox also support postback after transferring
    $listbox->AutoPostBackOnTransfer = true;