| 449 | } |
| 450 | |
| 451 | void JavaScriptAPI::onWidgetBlur() |
| 452 | { |
| 453 | _page->evaluateJavaScript("jQuery.event.trigger('widgetblur');"); |
| 454 | } |
| 455 | |
| 456 | // Add class object to javascript |
| 457 | void JavaScriptAPI::dialogJavaScriptWindowObjectCleared() |
no test coverage detected