Questions tagged [docked-cell]
36 questions
6
votes
1 answer
Issue with setting up docked cells
Normally I try to stay away from asking RTFM- questions but concerning docked cells I am currently groping in the dark. The documentation examples tell me how to create a new window containing a docked cell, but not how to setup a cell as docked…
Sascha
- 8,459
- 2
- 32
- 66
5
votes
2 answers
How to display docked cell (defined in stylesheet) in *.nb only (and not in *.cdf)?
I have a docked cell in a stylesheet (with shortcuts for editing the notebook). Is there an option I can set so that this cell is not displayed in CDF?
Edit
Based on answer by @MikeHoneychurch and the reference provided, here is the code I ended…
MLD
- 619
- 4
- 14
0
votes
0 answers
Finding Structure for Package Editor docked cell
I'm attempting to modify (overwrite) the docked cell in the package editor to add some "jump to" capability. It has built in "jump to a function" action menu which is nice, but I'd like to expand on this as not all of my cells are functions. I…
B flat
- 5,523
- 2
- 14
- 36
0
votes
0 answers
How to set the style of 'DockedCells'?
I want to list R multiple sentences using 'Docked Cells' at the top of the notebook, and set each style and hyperlink.
SetOptions[EvaluationNotebook[], DockedCells -> Cell[Style["text"]] ]
The code above works well. However, the code below does not…
Milk
- 1,688
- 10
- 9