Hello,
It is clear to show a *TXTfield with event if a field is defined therefor, and its single select /radiobutton but like:
A=A
B=B
C=C
D=D
other=other *
EVENTS1/2:
On
= / !=
Value selected
other/other
Action
show parent/hide parent
Element ID/fn()/Event
other/other
How does that work if there is also a combination fe.
A+other selected showing TEXTfield other
Multiselect doesnt make the field visible
It is clear to show a *TXTfield with event if a field is defined therefor, and its single select /radiobutton but like:
A=A
B=B
C=C
D=D
other=other *
EVENTS1/2:
On
= / !=
Value selected
other/other
Action
show parent/hide parent
Element ID/fn()/Event
other/other
How does that work if there is also a combination fe.
A+other selected showing TEXTfield other
Multiselect doesnt make the field visible
Is the multiple select option in a dropdownfield combinable with events?
values a=a, b=b, c=c, d=d, e=e, f=f
event configued with f=event for show and hide parent of other txtfield
if any other value is selected with value f the txtfield is not shown.
so how to configure af, abcdf, df=show parent txtfield
when there is combination without f =hideparent of other txtfield
is this possible somehow?
what is "Options list/AJAX event"?
values a=a, b=b, c=c, d=d, e=e, f=f
event configued with f=event for show and hide parent of other txtfield
if any other value is selected with value f the txtfield is not shown.
so how to configure af, abcdf, df=show parent txtfield
when there is combination without f =hideparent of other txtfield
is this possible somehow?
what is "Options list/AJAX event"?
Hi mdma,
No I don't think that the Events code is clever enough to support multi-selection. You'd need to use Custom JavaScript instead.
The options list/Ajax box is used for setting options in a select - you can either enter a list of value=text pairs, or the name of an event to be called using Ajax to get the options data from the server.
Bob
No I don't think that the Events code is clever enough to support multi-selection. You'd need to use Custom JavaScript instead.
The options list/Ajax box is used for setting options in a select - you can either enter a list of value=text pairs, or the name of an event to be called using Ajax to get the options data from the server.
Bob
Found some guy with same problem, didnt test but maybe helps:
http://www.chronoengine.com/forums/posts/f2/t100194/events-with-multiple-selections.html?hilit=javascript+events
http://www.chronoengine.com/forums/posts/f2/t100194/events-with-multiple-selections.html?hilit=javascript+events
This topic is locked and no more replies can be posted.