Wishlist: Hide header for ref attribute in a tab-order

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
hpl123
Posts: 2616
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Scripts

Post by hpl123 »

RafaMD wrote:
aware_support wrote:The Header of the table can be hidden using a simple script in the Advanced tab:

config.preventHeader = true;
Suport,

Where it's possible to obtain more information about the scripts?. We already know there 'config.ui' and now 'config.preventHeader', but surely there are more
Good idea, would be great if we got a list of options/possible scripts of at least a hum on where we can find this information (somewhere in Aware IM?, somewhere online e.g. Sencha resources? etc.)
Henrik (V8 Developer Ed. - Windows)
pbrad
Posts: 781
Joined: Mon Jul 17, 2006 11:03 pm
Location: Ontario, Canada

Post by pbrad »

I'm pretty sure that the answer to where this info is maintained is the aware.js file but it is minimized and difficult to read plus we would no doubt break something by either modifying this file or trying to make calls against it. We are far better off to have support let us know if there are any functions or parameters that are exposed other than the one mentioned above that are accessible and useful.

Pete
Pete Bradstreet
Contract developer of commercialized applications

AwareIM Ver. 8.2
ACDC
Posts: 1151
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Post by ACDC »

If you want to check aware.js, look in aware_full.js as it is an unminimised version of aware.js
aware_support
Posts: 7535
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Yes, aware_full.js is unminimised version. If you want to experiment you can rename this version to aware.js and refresh the browser. You can then make changes to this file.

If you want to know how to work with scripts in the Advanced button you need to understand configuration options of different components in the Sencha library - http://docs.sencha.com/extjs/4.2.1/

a) For queries and reference tables you need to look up the GridPanel component
b) For forms you need the FormPanel component

And aware_full.js will give you complete understanding how Aware IM and Sencha work together. You must know Javascript - that's why it is Advanced :)
Aware IM Support Team
hpl123
Posts: 2616
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Thx

Post by hpl123 »

aware_support wrote:Yes, aware_full.js is unminimised version. If you want to experiment you can rename this version to aware.js and refresh the browser. You can then make changes to this file.

If you want to know how to work with scripts in the Advanced button you need to understand configuration options of different components in the Sencha library - http://docs.sencha.com/extjs/4.2.1/

a) For queries and reference tables you need to look up the GridPanel component
b) For forms you need the FormPanel component

And aware_full.js will give you complete understanding how Aware IM and Sencha work together. You must know Javascript - that's why it is Advanced :)
Thanks for sharing this info.
Henrik (V8 Developer Ed. - Windows)
Rennur
Posts: 1191
Joined: Thu Mar 01, 2012 5:13 am
Location: Sydney, Australia

Post by Rennur »

Can the 'Advanced' setting handle multiple script functions?
Post Reply