Hi Dino!
Sorry that I forgot to mention that this new property will be available on the next release of aXes.
Thanks!
Regards,
Pius
Search found 7 matches
- 05 Jun 2019, 13:43
- Forum: "How do I do this"
- Topic: How can you Add Prompt Buttons when no + present
- Replies: 3
- Views: 7566
- 23 May 2019, 10:16
- Forum: "How do I do this"
- Topic: Function Key Display
- Replies: 1
- Views: 3937
Re: Function Key Display
Hi Joerg,
You can set the Autogui rule of the Function Keys->Button Label from the AutoGUI tab to "Both".
Thanks!
Regards,
Pius
You can set the Autogui rule of the Function Keys->Button Label from the AutoGUI tab to "Both".
Thanks!
Regards,
Pius
- 21 May 2019, 14:58
- Forum: "How do I do this"
- Topic: How to use the ConnectorJS Email?
- Replies: 1
- Views: 4485
Re: How to use the ConnectorJS Email?
Hi Dino!
On the Extensions Toolbox, right side of the Extension name, just click the "?" button.
Regards,
Pius
On the Extensions Toolbox, right side of the Extension name, just click the "?" button.
Regards,
Pius
- 21 May 2019, 14:36
- Forum: "How do I do this"
- Topic: How can you Add Prompt Buttons when no + present
- Replies: 3
- Views: 7566
Re: How can you Add Prompt Buttons when no + present
Hi Dino!
We already have an extension that can do this.
Create a rule to identify your input and select Multitype Input box in Apply As.
Then change the prompter property of the extension to true.
HTH.
Thanks!
Regards,
Pius
We already have an extension that can do this.
Create a rule to identify your input and select Multitype Input box in Apply As.
Then change the prompter property of the extension to true.
HTH.
Thanks!
Regards,
Pius
- 04 Jan 2019, 07:43
- Forum: "How do I do this"
- Topic: _AX_ONCE_ in AutoGUI+
- Replies: 3
- Views: 8395
Re: _AX_ONCE_ in AutoGUI+
Hi Nic!
This issue will be fixed on the next release of axes.
New options for the rule will be added to make the Top Bar rule appear or disappear on customized or uncustomized screens.
Thanks!
Regards,
Pius
This issue will be fixed on the next release of axes.
New options for the rule will be added to make the Top Bar rule appear or disappear on customized or uncustomized screens.
Thanks!
Regards,
Pius
- 10 Aug 2017, 15:55
- Forum: "How do I do this"
- Topic: Setting a Global Style in aXes
- Replies: 7
- Views: 12044
Re: Setting a Global Style in aXes
Hi Ketut,
If you are going to create two different styles for the same element, you need to be more specific on the htmlTag.
You can add class names in the htmlTag as well.
Eg.
name: btnSuccess
styleFor: HTML Element
htmlTag: .success BUTTON
style: { background-color: #4CAF50 ; }
name ...
If you are going to create two different styles for the same element, you need to be more specific on the htmlTag.
You can add class names in the htmlTag as well.
Eg.
name: btnSuccess
styleFor: HTML Element
htmlTag: .success BUTTON
style: { background-color: #4CAF50 ; }
name ...
- 08 Aug 2017, 15:04
- Forum: "How do I do this"
- Topic: Setting a Global Style in aXes
- Replies: 7
- Views: 12044
Re: Setting a Global Style in aXes
Hi Ketut.
It will work on any html tag.
Eg. textarea, a, button, etc.
Best regards,
Pius
It will work on any html tag.
Eg. textarea, a, button, etc.
Best regards,
Pius