تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تُدرج هذه الطريقة عنصرًا في الفهرس المحدّد وتغيّر موضع بقية العناصر في القائمة. إذا كان الفهرس المحدّد أكبر من طول القائمة، سيتم إلحاق العنصر بالقائمة.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `insert` function adds an element to a `ui.data.ActiveList` at a specific index, shifting existing elements if necessary."],["If the provided index exceeds the list's length, the element is appended to the end."],["The function returns the modified `ui.data.ActiveList` instance for chaining purposes."],["The function requires the index where the element should be inserted and the element itself as arguments."]]],["The `insert` method adds an element (`el`) to a `ui.data.ActiveList` at a given `index`. If `index` exceeds the list's length, the element is appended. It shifts existing elements to accommodate the insertion. The method returns the modified `ui.data.ActiveList` instance. It takes three arguments: The `ui.data.ActiveList` itself, the index to insert the element, and the element to insert.\n"]]