Lines Matching refs:createChild

84         var emptyPage = this.element.createChild("div", "documentation-empty-page fill");
85 var pageTitle = emptyPage.createChild("div", "documentation-not-found");
87 emptyPage.createChild("div", "documentation-empty-page-align");
116 var descriptionElement = this._element.createChild("div", "documentation-description");
126 var examplesTitle = this._element.createChild("div", "documentation-title");
128 descriptionElement = this._element.createChild("div", "documentation-description");
134 var remarksTitle = this._element.createChild("div", "documentation-title");
136 descriptionElement = this._element.createChild("div", "documentation-description");
168 var returnTypeElement = signature.createChild("span", "documentation-parameter-data-type-value");
171 var methodName = signature.createChild("span", "documentation-method-name");
176 var parameterType = signature.createChild("span", "documentation-parameter-data-type-value");
178 var parameterName = signature.createChild("span", "documentation-parameter-name");
195 var tableBody = table.createChild("tbody");
196 var headerRow = tableBody.createChild("tr", "documentation-table-row");
197 var tableHeader = headerRow.createChild("th", "documentation-table-header");
201 var tableRow = tableBody.createChild("tr", "documentation-table-row");
202 var type = tableRow.createChild("td", "documentation-table-cell");
204 var name = tableRow.createChild("td", "documentation-table-cell");
207 var description = tableRow.createChild("td", "documentation-table-cell");
225 var example = section.createChild("div", "documentation-example");
226 var exampleDescription = example.createChild("div", "documentation-example-description-section");
232 var code = example.createChild("div", "documentation-code source-code");
305 var tableBody = tableElement.createChild("tbody");
306 var headerRow = tableBody.createChild("tr", "documentation-table-row");
308 var tableHeader = headerRow.createChild("th", "documentation-table-header");
312 var tableRow = tableBody.createChild("tr", "documentation-table-row");
315 var cell = tableRow.createChild("td", "documentation-table-cell");