collapsible lists in lightswitch html client with external data source -
i have been searching plugin/extension/code me generate collapsible list. though visual studio provides plugin same, developer specifies plugin can used screens intrinsic(created in lightswitch) data sources lscollapsiblelist
i have tried using jquery mobile theme same , able zip file.
the main problem not know files use , reference them.
any on topic welcome.
thank in advance
have tried following this:
this website great things this, , theres downloadable version of project can see how works:
http://silverlight.adefwebserver.com/files/lightswitch/lscollapsiblelist.zip
before referencing them, best way drag css file content folder (within visual studio environment), , js file scripts folder. means visual studio knows files there within specific project.
finally, reference both css file , js files in default.htm file located html client structure... example:
<link rel="stylesheet" type="text/css" href="content/collapsiblelists.css"/> <script type="text/javascript" src="scripts/generated/collapsiblelist.js"></script>
Comments
Post a Comment