Search Type: Posts; User: kramarskiy
Search: Search took 0.02 seconds.
-
10 Jul 2012 4:57 AM
- Replies
- 10
- Views
- 945
it works outside of messagebox handler, but if to return false from messagebox handler - it doesn't
-
10 Jul 2012 4:49 AM
- Replies
- 10
- Views
- 945
yes, but it doesn't work that way ... that is question!
-
10 Jul 2012 4:44 AM
- Replies
- 10
- Views
- 945
ok, what if user presses No button?
-
10 Jul 2012 4:37 AM
- Replies
- 10
- Views
- 945
suppose after pressing yes button i want to cancel selection, how can i do that? if i return false after i check yes button it doesn't work, treegrid revices nothing(that means that row can be...
-
10 Jul 2012 4:15 AM
- Replies
- 10
- Views
- 945
yes, sure
this.control({
'treepanel[id="my-tree"]': {
beforeselect: function(view, record, index, options) {
var check =... -
10 Jul 2012 3:26 AM
- Replies
- 10
- Views
- 945
I'm facing a problem that i need to ask user for an action when he switches from node to node on treegrid, i'm using beforeselect event within controller and Ext.MessageBox.confirm, so after user...
Results 1 to 6 of 6
