Hi!
I am a little stuck.
I would like to diplay two lists next to each other. List one displays entries and list two is empty. I would like to be able to select/multiselect entries in list one and make list two update and show these entries. When entries in list one are deselected, they shall be removed from list two again.
Is a validator or a transmission/port solution the way to go here?
Sebastian
Hi Sebastien,
Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.
regards.
On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink sheidev@yahoo.de wrote:
Hi!
I am a little stuck.
I would like to diplay two lists next to each other. List one displays entries and list two is empty. I would like to be able to select/multiselect entries in list one and make list two update and show these entries. When entries in list one are deselected, they shall be removed from list two again.
Is a validator or a transmission/port solution the way to go here?
Sebastian _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
yes this is more or less what I'd like to do, but I have trouble to change the implementation in a way where I am able to show both lists right from the beginning and won't have a repretitive opening of additional lists.
Sebastian
Am 09.02.2015 um 02:28 schrieb Usman Bhatti:
Hi Sebastien,
Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.
regards.
On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink <sheidev@yahoo.de mailto:sheidev@yahoo.de> wrote:
Hi! I am a little stuck. I would like to diplay two lists next to each other. List one displays entries and list two is empty. I would like to be able to select/multiselect entries in list one and make list two update and show these entries. When entries in list one are deselected, they shall be removed from list two again. Is a validator or a transmission/port solution the way to go here? Sebastian _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch <mailto:Moose-dev@iam.unibe.ch> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I got it.
the magic method "custom:" did the trick. Well, getting there...
Thank Sebastian
Am 09.02.2015 um 02:28 schrieb Usman Bhatti:
Hi Sebastien,
Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.
regards.
On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink <sheidev@yahoo.de mailto:sheidev@yahoo.de> wrote:
Hi! I am a little stuck. I would like to diplay two lists next to each other. List one displays entries and list two is empty. I would like to be able to select/multiselect entries in list one and make list two update and show these entries. When entries in list one are deselected, they shall be removed from list two again. Is a validator or a transmission/port solution the way to go here? Sebastian _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch <mailto:Moose-dev@iam.unibe.ch> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev