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

42 lines
587 B
PHP
Executable File

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