---
title: "Ext.resizer.BorderSplitter"
description: "xtype 为 bordersplitter 的 Ext JS 原生组件参考。"
---

> Documentation Index
> Fetch the complete documentation index at: https://ag.879818327.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Ext.resizer.BorderSplitter

源码定义：`ext-all-debug.js:134561`。分类：基础组件与提示。

## 创建示例

```javascript
var component = Ext.create("Ext.resizer.BorderSplitter", {
  xtype: "bordersplitter",
  collapseTarget: null,
  renderTo: Ext.getBody()
});
```

## 属性

| 属性 | 类型 | 默认值 | 说明 | 配置示例 |
| --- | --- | --- | --- | --- |
| `collapseTarget` | `Object/null` | `null` | 配置组件的 `collapseTarget` 选项。 | `collapseTarget: null` |

## 方法

| 方法 | 参数 | 说明 | 调用示例 |
| --- | --- | --- | --- |
| `getTrackerConfig` | `` | 调用并直接返回父类的值，不对结果作额外转换。 | `component.getTrackerConfig()` |

## 事件

源码中未找到该组件自身注册的事件；可监听继承事件。

Source: https://ag.879818327.xyz/ext/basic/resizer-bordersplitter/index.mdx
