Jonathan Frederic
|
ba77877c18
|
Rebase fixes
|
11 years ago |
Jonathan Frederic
|
db10ae8f2d
|
s/target_name/widget_class
|
11 years ago |
Jonathan Frederic
|
3cb5ac6fbb
|
Clarified API for the create_model function,
Also added a test!
|
11 years ago |
Jonathan Frederic
|
fbca0bfa3f
|
Rebase fixes.
|
11 years ago |
Jonathan Frederic
|
5a655b24da
|
Fixed typo.
|
11 years ago |
Jonathan Frederic
|
2b5ebb9e8f
|
Make Python push initial state.
Also added initial state push callback.
|
11 years ago |
Jonathan Frederic
|
e7ee9c12b3
|
Enable widget instanciation from front-end.
|
11 years ago |
Thomas Kluyver
|
031530da42
|
Support specifying requirejs modules for widget models
|
11 years ago |
Jonathan Frederic
|
79670e8afb
|
Merge pull request #6494 from takluyver/widget-comm-require
Allow widget views to be loaded from require modules
|
11 years ago |
Jonathan Frederic
|
4b968ece0b
|
s/target_name/model_name
|
11 years ago |
Jonathan Frederic
|
24096b0f45
|
Separate widget model name from com target name.
|
11 years ago |
Thomas Kluyver
|
825284bc6d
|
Remove superfluous error checking
|
11 years ago |
Thomas Kluyver
|
590ba19ac3
|
Clean up some JS code
|
11 years ago |
Thomas Kluyver
|
1ff846520b
|
Put callbacks for create_view and create_child_view in options
And add errback support
|
11 years ago |
Thomas Kluyver
|
c4a9cf9020
|
Fix logic
|
11 years ago |
Thomas Kluyver
|
09b10dcb86
|
Make changes suggested by @jdfreder
|
11 years ago |
Thomas Kluyver
|
5953a3f874
|
Allow widget views to be loaded from require modules
This required refactoring things that create widget views to use
callbacks instead of return values.
|
11 years ago |
Tarun Gaba
|
fb540c52f5
|
Added jquery in define
|
12 years ago |
Sylvain Corlay
|
70cacc642a
|
Solving #5997: instances of WidgetView (that are not instances of DOMWidgetView) do not trigger widget_area.show anymore.
|
12 years ago |
Jonathan Frederic
|
b15633a89e
|
Fix all the tests
|
12 years ago |
Jonathan Frederic
|
2ba8945cab
|
Fix all the bugs!
|
12 years ago |
Jonathan Frederic
|
0e9e1dd5a3
|
MWE,
Fixed LOTS of bugs
|
12 years ago |
Jonathan Frederic
|
0da779d101
|
Done with major changes,
fixed widget IPython. references
|
12 years ago |
Jonathan Frederic
|
516958ac07
|
Almost done!
Still need to check IPython uses in the widgets.
|
12 years ago |
Jonathan Frederic
|
df47869fb0
|
Move displayed event to view.
|
12 years ago |
Brian E. Granger
|
a0c1d37224
|
Remove model from WidgetManager._model on comm:close.
|
12 years ago |
Brian E. Granger
|
2ffd153e5d
|
Removing double call to model.views.push(view) in WidgetManager.
|
12 years ago |
Jonathan Frederic
|
e0ba52c802
|
Moved widget files into static/widgets/*
Since they do not depend on anything ntoebook related
|
12 years ago |