قابل تدوین پلیس ہولڈر متغیر

<var> عنصر قارئین کو پلیس ہولڈر متغیر کو ان کی اپنی اقدار سے بدلنے دیتا ہے۔

عام استعمال

مارک ڈاؤن کلک ٹو کاپی کوڈ بلاک میں قابل تدوین پلیس ہولڈر متغیرات بطور ڈیفالٹ قابل تدوین ہیں۔

Edit the name of this PROJECT_ID.

قابل تدوین

ایک متغیر بنانے کے لیے <var> عنصر میں edit کلاس شامل کریں جو کوڈ بلاک سے باہر EDITABLE ہو۔

قابل تدوین کو غیر فعال کرنا

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 انتساب کا استعمال کرتا ہے۔