The bookmark's name in an embedded cdf is not editable.
I used the following code to create a cdf:
CDFDeploy["Test.cdf", Manipulate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2}, AppearanceElements -> "BookmarksButton"], Deployed -> False] Then I embedded it in a web page and tried to add a bookmark. The bookmark is created but its name is not editable. Is there any other way to get bookmark functionality in embedded cdf?
