<var>
উপাদানটি পাঠকদের তাদের নিজস্ব মান দিয়ে স্থানধারক ভেরিয়েবল প্রতিস্থাপন করতে দেয়।
সাধারণ ব্যবহার
একটি মার্কডাউন ক্লিক-টু-কপি কোড ব্লকে সম্পাদনাযোগ্য স্থানধারক ভেরিয়েবল ডিফল্টরূপে সম্পাদনাযোগ্য।
Edit the name of this PROJECT_ID.
সম্পাদনাযোগ্যতা সক্ষম করা হচ্ছে
একটি কোড ব্লকের বাইরে EDITABLE
একটি ভেরিয়েবল তৈরি করতে <var>
উপাদানটিতে একটি edit
শ্রেণী যোগ করুন।
সম্পাদনাযোগ্যতা অক্ষম করা হচ্ছে
This example adds the `readonly` class to the <var> element to create an
UNEDITABLE_VARIABLE.
This example adds the `readonly` class to the code block to disable editability
of both VARIABLE_1 and VARIABLE_2.
টুলটিপস
This EDITABLE variable has a tooltip that defaults to the
name of its original placeholder text.
This EDITABLE variable uses a `label`
attribute to create a custom tooltip named
Edit me.
সিঙ্ক্রোনাইজেশন
সম্পাদনাযোগ্য স্থানধারক ভেরিয়েবল যেগুলির একই সুযোগ রয়েছে একে অপরের সাথে সিঙ্ক্রোনাইজ করে এবং নতুন মান প্রতিফলিত করতে অবিলম্বে আপডেট হয়।
সিঙ্ক্রোনাইজেশন অক্ষম করা হচ্ছে
This variable synchronizes by default because it is in a click-to-copy code
block. It has a `label` attribute named `variable with scope`:
VARIABLE
This variable adds the `no-scope` class so that it does not synchronize with the
other variables and has a `label` attribute named `variable without scope`:
VARIABLE
This variable also synchronizes by default and has a `label` attribute named
`variable with scope`:
VARIABLE
সিঙ্ক্রোনাইজেশন সক্ষম করা হচ্ছে
এই স্থানধারক VARIABLE
একটি কোড ব্লকের বাইরে সেট করা হয়েছে এবং উপরের সিঙ্ক্রোনাইজেশন অক্ষম করা বিভাগে ভেরিয়েবলের সাথে সিঙ্ক্রোনাইজ করতে scope
অ্যাট্রিবিউট ব্যবহার করে।