ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি পাঠ্য লেবেল।
ব্যবহার
রিটার্নস
ui.Label( value , style , targetUrl , imageUrl )
ui.লেবেল
যুক্তি
টাইপ
বিস্তারিত
value
স্ট্রিং, ঐচ্ছিক
প্রদর্শনের জন্য পাঠ্য। একটি খালি স্ট্রিং ডিফল্ট.
style
বস্তু, ঐচ্ছিক
এই উইজেটের জন্য সেট করা মান সহ অনুমোদিত CSS শৈলীর একটি বস্তু। শৈলী() ডকুমেন্টেশন দেখুন।
targetUrl
স্ট্রিং, ঐচ্ছিক
লিঙ্ক করার জন্য ইউআরএল। একটি খালি স্ট্রিং ডিফল্ট.
imageUrl
স্ট্রিং, ঐচ্ছিক
ঐচ্ছিক ইমেজ url. প্রদান করা হলে, লেবেলটি একটি ইমেজ হিসেবে রেন্ডার করা হবে এবং মান টেক্সটটি মাউস হোভারে দেখানো হবে। শুধুমাত্র ডেটা: gstatic.com থেকে লোড করা url এবং আইকন অনুমোদিত।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a text label UI element that can optionally display an image and link to a URL."],["Customization options include text value, CSS styling, target URL, and image URL."],["Image URLs are restricted to data URLs and icons from gstatic.com, displayed on hover with the text value as a tooltip."],["Default values are provided for optional arguments, resulting in an empty label with no styling or linking."]]],["The `ui.Label` function creates a text label with optional styling, a target URL, and an image. The `value` argument sets the displayed text, `style` customizes the CSS, `targetUrl` defines a link, and `imageUrl` displays an image with hover text. The text, style, URL, and image arguments are all optional and have default values. The label will only allow images from gstatic.com or data urls.\n"]]