[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

Mobile installation for A8

This page install custom support of Mobile framework for A8 environment.

"Ensure A8 contain required support."
self
	require: #U8Model in: 'u8:smalltalking/U8/U8Model.st.js';
	require: #WI8Object in: 'u8:aleReimondo/WI8/WI8.st.js';
	require: #UI8Object in: 'u8:aleReimondo/WI8/UI8.st.js';
	load: 'u8:aleReimondo/WI8/WA8.st.js';
	processPageAt: 'swiki:s8-media/MobileInstallationForWeb'.
U8 current isNil ifTrue: [ U8 install. U8Toolbar open. ].