source: www/manuals/PHP_manual/function.hwapi-insertdocument.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 3.2 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>hw_api-&#62;insertdocument</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Hyperwave API functions"
13HREF="ref.hwapi.html"><LINK
14REL="PREVIOUS"
15TITLE="hw_api->insertcollection"
16HREF="function.hwapi-insertcollection.html"><LINK
17REL="NEXT"
18TITLE="hw_api->link"
19HREF="function.hwapi-link.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.hwapi-insertcollection.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.hwapi-link.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.hwapi-insertdocument"
75></A
76>hw_api-&#62;insertdocument</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN29283"
81></A
82><P
83> (no version information, might be only in CVS)</P
84>hw_api-&#62;insertdocument&nbsp;--&nbsp;Inserts a new object of type document</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN29286"
89></A
90><H2
91>Description</H2
92>object <B
93CLASS="methodname"
94>insertdocument</B
95> ( array parameter)<BR
96></BR
97><P
98>&#13; This function is a shortcut for <A
99HREF="function.hwapi-insert.html"
100><B
101CLASS="function"
102>hwapi_insert()</B
103></A
104>. It
105 inserts an object with content and sets some of the attributes required
106 for a document. The parameter array contains the required elements
107 'object', 'parentIdentifier' and 'content' and the optional elements
108 'mode', 'parameter' and 'attributeSelector'. See
109 <A
110HREF="function.hwapi-insert.html"
111><B
112CLASS="function"
113>hwapi_insert()</B
114></A
115> for the meaning of each element.
116 </P
117><P
118>&#13; See also <A
119HREF="function.hwapi-insert.html"
120><B
121CLASS="function"
122>hwapi_insert()</B
123></A
124>
125 <A
126HREF="function.hwapi-insertanchor.html"
127><B
128CLASS="function"
129>hwapi_insertanchor()</B
130></A
131>,
132 <A
133HREF="function.hwapi-insertcollection.html"
134><B
135CLASS="function"
136>hwapi_insertcollection()</B
137></A
138>.
139 </P
140></DIV
141><DIV
142CLASS="NAVFOOTER"
143><HR
144ALIGN="LEFT"
145WIDTH="100%"><TABLE
146SUMMARY="Footer navigation table"
147WIDTH="100%"
148BORDER="0"
149CELLPADDING="0"
150CELLSPACING="0"
151><TR
152><TD
153WIDTH="33%"
154ALIGN="left"
155VALIGN="top"
156><A
157HREF="function.hwapi-insertcollection.html"
158ACCESSKEY="P"
159>Pøedcházející</A
160></TD
161><TD
162WIDTH="34%"
163ALIGN="center"
164VALIGN="top"
165><A
166HREF="index.html"
167ACCESSKEY="H"
168>Domù</A
169></TD
170><TD
171WIDTH="33%"
172ALIGN="right"
173VALIGN="top"
174><A
175HREF="function.hwapi-link.html"
176ACCESSKEY="N"
177>Dal¹í</A
178></TD
179></TR
180><TR
181><TD
182WIDTH="33%"
183ALIGN="left"
184VALIGN="top"
185>hw_api-&#62;insertcollection</TD
186><TD
187WIDTH="34%"
188ALIGN="center"
189VALIGN="top"
190><A
191HREF="ref.hwapi.html"
192ACCESSKEY="U"
193>Nahoru</A
194></TD
195><TD
196WIDTH="33%"
197ALIGN="right"
198VALIGN="top"
199>hw_api-&#62;link</TD
200></TR
201></TABLE
202></DIV
203></BODY
204></HTML
205>
Note: See TracBrowser for help on using the repository browser.