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

44 lines
619 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'
2015-03-09 08:36:54 +00:00
,'repeater'
,'grid'
2015-03-06 23:33:54 +00:00
,'full-image'
,'image-editor'
2015-07-03 05:49:45 +00:00
,'assistant'
,'assistant-bar'
,'field'
2015-03-09 08:36:54 +00:00
,'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'
);
?>