Home
last modified time | relevance | path

Searched full:body (Results 1 – 25 of 201) sorted by relevance

123456789

/docs/zh-cn/application-dev/web/
Dweb-page-loading-with-web-components.md120 <body>
122 </body>
132 <body>
134 </body>
213 <body>
215 </body>
241 "<html><body bgcolor=\"white\">Source:<pre>source</pre></body></html>",
267 …htmlStr: string = "data:text/html, <html><body bgcolor=\"white\">Source:<pre>source</pre></body></…
315 <body>
317 </body>
[all …]
Dweb-scheme-handler.md476 OH_LOG_INFO(LOG_APP, "read http body back.");
513 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result);
515 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked);
559 OH_LOG_ERROR(LOG_APP, "have http body stream");
705 <body>
712 <a href="https://www.example.com/post_data.html">测试读取blob类型http body stream</a><br/>
713 <a href="https://www.example.com/chunked_post_stream.html">测试读取chunked类型http body stream</a>
714 </body>
730 <body>
734 </body>
[all …]
Dweb-cross-origin.md93 <body>
95 </body>
101 const body = document.body;
104 body.appendChild(element);
192 <body>
197 </body>
204 const body = document.body;
207 body.appendChild(element);
Dweb-white-screen.md175 <body>
177 </body>
183 const body = document.body;
186 body.appendChild(element);
274 <body>
279 </body>
286 const body = document.body;
289 body.appendChild(element);
316 <body>
321 </body>
[all …]
Dweb-set-dark-mode.md47 <body>
59 </body>
72 body { background-color: White; }
76 body { background-color: Gray; }
81 body { background-color: Black; }
93 body { background-color: Gray; color: LightYellow; }
159 body { background: LightBlue; color: Black; }
161 body { background: LightGray; color: Brown; }
165 <body class="contentCss">
170 </body>
Dweb-fit-content.md93 <body>
132 </body>
160 <body>
165 </body>
173 <body>
178 </body>
184 <body>
189 </body>
Dweb-in-page-app-function-invoking.md206 <body>
216 </body>
284 <body>
292 </body>
366 <body>
374 </body>
440 <body>
448 </body>
514 <body>
546 </body>
[all …]
Dweb-resource-interception-request-mgmt.md27 <body>
30 </body>
51 '<body>\n' +
53 '</body>\n' +
96 <body>
111 </body>
Dweb-file-upload.md65 <body>
68 </body>
128 <body>
131 </body>
202 <body>
228 </body>
273 <body>
299 </body>
Dweb-dialog.md77 <body>
86 </body>
161 <body>
170 </body>
248 <body>
260 </body>
350 <body>
362 </body>
473 <body>
487 </body>
Dweb_menu.md96 <body>
99 </body>
237 <body>
243 </body>
339 <body>
343 </body>
526 <body>
538 </body>
664 <body>
673 </body>
[all …]
/docs/en/application-dev/web/
Dweb-scheme-handler.md122 // Set the encoding format of the response body.
124 // Set the size of the response body.
132 …// The response body for reading ends. If you want the request to fail, you can also call OH_ArkWe…
461 OH_LOG_INFO(LOG_APP, "read http body back.");
498 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result);
500 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked);
540 OH_LOG_ERROR(LOG_APP, "have http body stream");
678 <body>
685 <a href="https://www.example.com/post_data.html">Read the HTTP body stream of BLOB type.</a><br/>
686 <a href="https://www.example.com/chunked_post_stream.html">Read the http body stream of chunked typ…
[all …]
Dweb-page-loading-with-web-components.md114 <body>
116 </body>
126 <body>
128 </body>
207 <body>
209 </body>
235 "<html><body bgcolor=\"white\">Source:<pre>source</pre></body></html>",
261 …htmlStr: string = "data:text/html, <html><body bgcolor=\"white\">Source:<pre>source</pre></body></…
309 <body>
311 </body>
[all …]
Dweb-cross-origin.md87 <body>
89 </body>
95 const body = document.body;
98 body.appendChild(element);
186 <body>
191 </body>
198 const body = document.body;
201 body.appendChild(element);
Dweb-fit-content.md83 <body>
122 </body>
147 …yout, check whether **height: vh** is the first CSS height style from the body node. For example, …
150 <body>
155 </body>
163 <body>
168 </body>
174 <body>
179 </body>
Dweb-white-screen.md169 <body>
171 </body>
177 const body = document.body;
180 body.appendChild(element);
268 <body>
273 </body>
280 const body = document.body;
283 body.appendChild(element);
308 …yout, check whether **height: vh** is the first CSS height style from the body node. As shown in t…
311 <body>
[all …]
Dweb-print.md40 <body>
72 </body>
86 <body>
92 document.body.removeChild(this);
104 document.body.appendChild(hideFrame);
108 </body>
Dweb-in-page-app-function-invoking.md200 <body>
210 </body>
278 <body>
286 </body>
360 <body>
368 </body>
434 <body>
442 </body>
508 <body>
540 </body>
[all …]
Dweb-set-dark-mode.md41 <body>
53 </body>
66 body { background-color: White; }
70 body { background-color: Gray; }
75 body { background-color: Black; }
87 body { background-color: Gray; color: LightYellow; }
153 body { background: LightBlue; color: Black; }
155 body { background: LightGray; color: Brown; }
159 <body class="contentCss">
164 </body>
Dweb-resource-interception-request-mgmt.md21 <body>
24 </body>
45 '<body>\n' +
47 '</body>\n' +
90 <body>
105 </body>
Dweb-dialog.md71 <body>
80 </body>
155 <body>
164 </body>
242 <body>
254 </body>
344 <body>
356 </body>
467 <body>
481 </body>
/docs/en/application-dev/application-models/
Dstart-email-apps.md13 … email application parses the string to fill in details like the sender, recipient, and email body.
25 | body | string …
63 … 'body': encodeURI('Email body'), // Email body. The content is URL encoded using encodeURI().
139 | body | string | No | Email body. |
164 body: string | undefined;
190 …this.body = decodeURI(want.parameters?.body as string); // Use decodeURI() to decode the URL of th…
209 "body": this.body,
Dstart-email-apps-by-mailto.md5 …websites or applications. You can also preset the recipient, subject, and body of the email in the…
11 …illed, the subject line set to "Request for a Specific Position," and the body possibly pre-popula…
14 …the mailto protocol to initiate the email client, pre-populating the subject and body of the email.
17 …application parses the mailto string to populate fields like the sender, recipient, and email body.
18 > - If the initiating application already has details such as the sender, recipient, and email body
36 | body | Email body.| string | No|
58 <a href="mailto:support@example.com?subject=Product Inquiry&body=I am interested in...">Contact Us<…
79 … uri: 'mailto:feedback@example.com?subject=App Feedback&body=Please describe your feedback here...'
/docs/zh-cn/application-dev/application-models/
Dstart-email-apps.md25 | body | string …
63 'body': encodeURI('邮件正文'), // 邮件正文,对内容使用encodeURI()方法进行url编码
139 | body | string | 否 | 邮件内容。 |
164 body: string | undefined;
190 … this.body = decodeURI(want.parameters?.body as string);// 使用decodeURI()方法对邮件内容进行url解码,其他字段处理方法相同
209 "body": this.body,
/docs/zh-cn/application-dev/reference/apis-arkweb/
Darkts-basic-components-web-attributes.md515 <body>
522 </body>
608 body {
617 <body>
619 </body>
690 body {
699 <body>
701 </body>
1425 <body>
1438 </body>
[all …]

123456789