Re: Turning Autorun Off
- To: mathgroup at smc.vnet.net
- Subject: [mg126116] Re: Turning Autorun Off
- From: A Retey <awnl at gmx-topmail.de>
- Date: Thu, 19 Apr 2012 03:52:41 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jmls64$jff$1@smc.vnet.net>
Hi,
>
> Is there a way to disable the autorun option such that the button does not display in an embedded html CDF?
>
> Thanks,
>
> Scott
Manipulate[x, {x, 0, 1}, AppearanceElements -> None]
there are some additional possibilities for values of
AppearanceElements, see the documentation of Manipulate for details.
hth,
albert