June 20, 200223 yr Is there a way of giving a user text formating control (esp. font size) in kiosk mode?
June 21, 200223 yr Simle answer = no Complex answer = no...yes.... well...sort of.......maybe The only way that I can think of is to have a number of different layouts accessible by the user for that purpose. You could create a script giving "small", "medium" and "large" choices for the user, then create a global preference field. Then each time the user navigates to a layout, the script would check the flag, and direct the user to the appropriate layout. This could rapidly turn into a pain in the neck if you want to give the user too many options, and the layouts are complex. I suppose that if you really wanted to give the user this capability, then you might have to relinquish kiosk mode.
Create an account or sign in to comment