카테고리 없음

dhmtlx layout patterns

een 2020. 4. 1. 18:37

https://docs.dhtmlx.com/layout__patterns.html

 

Layout Patterns DHTMLX Docs

Layout Patterns A pattern is a way to place cells inside of a layout. It is set on the init stage and there is no possibility to change it on-the-fly. // api-init var myLayout = new dhtmlXLayoutObject({ parent: "layoutObj", pattern: "3L" // <-- pattern });

docs.dhtmlx.com