LinkBase (col)
셀에 Link속성이 있는 경우, Base 경로를 설정합니다.
현재 페이지가 /abc/test.html이라고 가정했을때, LinkBase
설정에 따른 연결 URL
은 다음과 같습니다.
Link |
LinkBase |
실제연결URL |
/xyz/test2.html |
|
/xyz/test2.html |
./xyz/test2.html |
|
/abc/xyz/test2.html |
/xyz/test2.html |
/kor |
/kor/xyz/test2.html |
./xyz/test2.html |
/kor |
/kor/xyz/test2.html |
Type
string
Options
Value |
Description |
string |
Link에서 설정한 URL 의 Base 경로 |
Example
options.Cols = [
...
{Type: "Text", Link: "/tMIS/dcp/ConfProc.do", LinkBase: "/koef", CanEdit: 0, Name: "sa_cfprc", Width: 100 ...},
...
];
Read More
Since
product |
version |
desc |
core |
8.0.0.0 |
기능 추가 |