0
1
Fork 0
hedera-web-mindshore/package/usr/share/hedera-web/js/htk/main.php

38 lines
521 B
PHP
Raw Normal View History

<?php
require_once ('js/db/main.php');
Vn\Hedera\Js::includeLib ('htk'
,'main'
,'widget'
,'popup'
2015-03-06 23:33:54 +00:00
,'toast'
,'grid'
,'radio-group'
2015-03-06 23:33:54 +00:00
,'full-image'
,'image-editor'
,'field'
,'field/entry'
,'field/radio'
,'field/label'
,'field/text-area'
,'field/spin'
,'field/check'
,'field/select'
,'field/calendar'
,'field/date-chooser'
,'field/image'
,'field/table'
,'column'
,'column/button'
,'column/link'
,'column/date'
,'column/image'
,'column/radio'
,'column/spin'
,'column/text'
,'column/check'
);
?>