Home
last modified time | relevance | path

Searched refs:htmlStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/attr/
H A DAttributeArea.js22 this.htmlStr = '';
27 this.htmlStr = '';
30 this.area.innerHTML = this.htmlStr;
38 this.htmlStr +=
55 this.htmlStr += ret;
78 this.htmlStr += ret;
111 this.htmlStr += ret;
127 this.htmlStr += ret;
136 this.htmlStr += '<button id="' + htmlString;
184 this.htmlStr += ret;
[all …]
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-page-loading-with-web-components.md259htmlStr: string = "data:text/html, <html><body bgcolor=\"white\">Source:<pre>source</pre></body></…
263 // 组件创建时,加载htmlStr
264 Web({ src: this.htmlStr, controller: this.controller })
/ohos5.0/docs/en/application-dev/web/
H A Dweb-page-loading-with-web-components.md259htmlStr: string = "data:text/html, <html><body bgcolor=\"white\">Source:<pre>source</pre></body></…
263 // When creating a Web component, set the default network page to be loaded to htmlStr.
264 Web({ src: this.htmlStr, controller: this.controller })
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp2140 auto htmlStr = HtmlUtils::ToHtml(spanStringRawPtr); in ConvertToHtml() local
2141 char* html = new char[htmlStr.length() + 1]; in ConvertToHtml()
2143 std::copy(htmlStr.begin(), htmlStr.end(), html); in ConvertToHtml()
2144 html[htmlStr.length()] = '\0'; in ConvertToHtml()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp744 [htmlStr = arg, asyncContext]() mutable { in FromHtml()
748 auto styledString = HtmlUtils::FromHtml(htmlStr); in FromHtml()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7297 std::string htmlStr = OHOS::Ace::SpanToHtml::ToHtml(tempVec); in SpanstringConvertHtml() local
7299 " string length = %{public}u", static_cast<int32_t>(htmlStr.length())); in SpanstringConvertHtml()
7300 return htmlStr; in SpanstringConvertHtml()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1819 std::string htmlStr = OHOS::Ace::SpanToHtml::ToHtml(spanString); in HandleOnDragDrop() local
1820 delegate_->dragData_->SetFragmentHtml(htmlStr); in HandleOnDragDrop()
1823 htmlStr.size()); in HandleOnDragDrop()