Re: Non-activated triggers

That's what I was afraid of.

Can you think of a way to tell if a trigger is activated or not, apart  
 from repeating the conditions that are attached to it?

Steven

On Tue, 23 Jan 2018 22:47:58 +0100, Erik Bruchez <ebruchez@orbeon.com>  
wrote:

> I would think so. I don't think we restrict event flow in the DOM in  
> other cases.
>
> On Wed, Jan 17, 2018 at 7:28 AM, Steven Pemberton  
> <steven.pemberton@cwi.nl> wrote:
>> If a trigger is not activated, can it still be activated with an event?
>>
>> <instance>
>>   <data xmlns=""><foo/></data>
>>   <bind ref="foo" readonly="true()"/>
>> </instance>
>>
>> <trigger ref="foo" id="trigger">
>>    <message ev:event="DOMActivate">bar</message>
>> </trigger>
>>
>>
>>
>> <dispatch name="DOMActivate" targetid="trigger"/>
>>
>> Steven

Received on Wednesday, 24 January 2018 10:23:25 UTC