Spec-Zone.ru › Dart 1

dart:html

метод find

  1. @DomName('Window.find')
  2. @DocsEditable()
  3. @Experimental()
bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)

Ищет текст в этом окне.

Другие ресурсы

  • Window.find от MDN.

Исходный код

@DomName('Window.find')
@DocsEditable()
@Experimental() // non-standard
bool find(String string, bool caseSensitive, bool backwards, bool wrap,
        bool wholeWord, bool searchInFrames, bool showDialog) =>
    _blink.BlinkWindow.instance.find_Callback_7_(this, string, caseSensitive,
        backwards, wrap, wholeWord, searchInFrames, showDialog);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/find.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API