ui.Textbox.setPlaceholder
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตั้งค่าข้อความตัวยึดตำแหน่งของกล่องข้อความ ซึ่งจะแสดงเมื่อไม่มีการป้อนข้อความ
ส่งคืนการเลือกนี้
การใช้งาน | การคืนสินค้า |
---|
Textbox.setPlaceholder(placeholder) | ui.Textbox |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.textbox | ui.Textbox | อินสแตนซ์ ui.Textbox |
placeholder | สตริง | ข้อความตัวยึดตำแหน่งขององค์ประกอบ Select |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003esetPlaceholder\u003c/code\u003e method allows you to set the text that appears in a textbox when it's empty, guiding users on what to input.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetPlaceholder\u003c/code\u003e on a \u003ccode\u003eui.Textbox\u003c/code\u003e object will update the placeholder text and return the \u003ccode\u003eui.Textbox\u003c/code\u003e instance itself, enabling method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Textbox.setPlaceholder\n\n\u003cbr /\u003e\n\nSets the textbox's placeholder text, which is shown when no text is entered.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|---------------------------------------|------------|\n| Textbox.setPlaceholder`(placeholder)` | ui.Textbox |\n\n| Argument | Type | Details |\n|--------------------|------------|--------------------------------|\n| this: `ui.textbox` | ui.Textbox | The ui.Textbox instance. |\n| `placeholder` | String | The select's placeholder text. |"]]