סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > חלונית הזזה > positionExternalValueConnection_
שיטתblockRendering.Drawer.positionExternalValueConnection_()
ממקמים את החיבור על קלט ערך חיצוני, תוך התחשבות ב-RTL ובפער הקטן בין בלוק ההורה לבלוק הצאצא שמאפשר לנתיב הכהה של בלוק ההורה להופיע.
Signature:
protected positionExternalValueConnection_(row: Row): void;
פרמטרים
פרמטר |
סוג |
תיאור |
שורה |
שורה |
השורה שבה מתבצע החיבור. |
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-10-15 (שעון UTC)."],[[["This method positions the connection on an external value input within a rendered block."],["It considers right-to-left (RTL) rendering and visual spacing for the connection."],["The positioning is specifically for connections on a given input row of the block."]]],["This method, `positionExternalValueConnection_()`, is responsible for placing a connection on an external value input. It considers right-to-left (RTL) layouts and a small gap between parent and child blocks, which is implemented to reveal the parent block's dark path. The method accepts a `Row` object as input, which represents the row containing the connection. This method returns no values.\n"]]