Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > CollapsibleToolboxCategory > createDom_
Podpis:
createDom_(): HTMLDivElement;
Zwroty:
HTMLDivElement
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["This method, named `createDom_`, is associated with the `CollapsibleToolboxCategory` class within the `blockly` namespace."],["Its primary function is to generate and return an HTML `\u003cdiv\u003e` element which presumably represents the category within the Blockly toolbox."],["This element likely facilitates the visual representation and interactive behavior of collapsible toolbox categories in Blockly."]]],["The `createDom_()` method, part of the `CollapsibleToolboxCategory` class, generates the HTML elements for a collapsible toolbox category. This method's primary action is to construct and return an `HTMLDivElement`. The returned element represents the visual and interactive component of a collapsible category within the toolbox. The method's return value type is explicitly defined as `HTMLDivElement`.\n"]]