On Wednesday, 14 June 2017 09:37:21 UTC-6, Ingo Dahn wrote:
>
> It doesn't seem that makeSageCell honors a callback function. Do you have 
> an example with a working callback?
>

The following does produce a console message for me:

callback: function () {console.info("callback called");},

If you were trying to use it for hiding the full screen button (as I have 
suggested), then it is possible that callback was called too early: unlike 
other input elements it is "created dynamically" when CodeMirror instance 
is constructed, so I had to handle its hiding separately from other stuff.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/05601af0-11d0-4dd9-bdd7-5cb37de55275%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to