Page 1 of 1

Select a block of items

PostPosted: 21 Aug 2017 17:08
by jorgo
Hello,

is it possible to easly select a block of items (e.g. 10 items) in a panellist?
Normally 2 clicks should suffice.

Kind regards

Re: Select a block of items

PostPosted: 23 Aug 2017 10:36
by Alexander Bulei
Hi jorgo,

is it possible to easly select a block of items (e.g. 10 items) in a panellist?


No, it's impossible in CGPanelList...but you can do it with TIWCGJQSelectableList.

Note

Note: After the drop the TIWCGJQSelectableList on form/frame, you must configure the appearance/style in Style property.



Best Regards.

Re: Select a block of items

PostPosted: 28 Aug 2017 16:51
by jorgo
Hallo,

I've taken a look on TIWCGJQSelectableList.
It looks very different as IWCGPanelList. :(

I have tried to set the 4 style properties
- Selected
- Selecting
- TagLi
- TagSpan

What is here expected? :?
- Name ?
- Value ?

Can you please give a tip how to do it

Kind regards

Re: Select a block of items

PostPosted: 30 Aug 2017 09:08
by Alexander Bulei
Hi jorgo,

What is here expected? :?
- Name ?
- Value ?


Name - the css property name
Value - the css property value

Example:

Name: background
Value: red

Best Regards.