Stay organized with collections
Save and categorize content based on your preferences.
blockly > Field > createTextElement_
Field.createTextElement_() method
Create a field text element. Not to be overridden by subclasses. Instead modify the result of the function inside initView, or create a separate function to call.
Signature:
protected createTextElement_(): void;
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ecreateTextElement_\u003c/code\u003e method is a protected method used to create a text element for a Blockly field.\u003c/p\u003e\n"],["\u003cp\u003eSubclasses should not override this method directly but instead modify the element within the \u003ccode\u003einitView\u003c/code\u003e method or a separate function.\u003c/p\u003e\n"],["\u003cp\u003eThis method does not return any value.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [Field](./blockly.field_class.md) \\\u003e [createTextElement_](./blockly.field_class.createtextelement__1_method.md)\n\nField.createTextElement_() method\n\nCreate a field text element. Not to be overridden by subclasses. Instead modify the result of the function inside initView, or create a separate function to call.\n\n**Signature:** \n\n protected createTextElement_(): void;\n\n**Returns:**\n\nvoid"]]