रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > ब्लॉक करें > setInputsInline
सेट करें कि वैल्यू इनपुट को हॉरिज़ॉन्टल तौर पर क्रम में लगाया गया है या वर्टिकल तौर पर.
हस्ताक्षर:
setInputsInline(newBoolean: boolean): void;
पैरामीटर
पैरामीटर |
टाइप |
ब्यौरा |
newBoolean |
बूलियन |
अगर इनपुट हॉरिज़ॉन्टल हैं, तो वैल्यू 'सही' होगी. |
लौटाए जाने वाले प्रॉडक्ट:
अमान्य
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["The `setInputsInline()` method controls the arrangement of value inputs for a block, either horizontally or vertically."],["It accepts a boolean value, where `true` positions inputs horizontally and `false` positions them vertically."],["This method doesn't return any value, instead directly modifying the block's layout."]]],["The `Block.setInputsInline()` method configures the layout of value inputs within a block. It accepts a boolean parameter, `newBoolean`, to determine the input arrangement. Setting `newBoolean` to `true` arranges inputs horizontally. The method returns no value (void). It effectively controls whether block inputs are displayed in a horizontal line or a vertical stack.\n"]]