My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Appcelerator  
Using Hemi JavaScript Framework with Appcelerator
Updated Feb 15, 2011 by sw.cote

Introduction

This page includes details on configuring Hemi JavaScript Framework for use with Appcelerator Titanium.

Desktop Applications

Hemi JavaScript Framework may be used with Appcelerator desktop applications using the following steps.

  1. Download Hemi and copy the Hemi/ directory as a child to an Appcelerator project's Resources/ directory.
  2. From HTML pages that will use Hemi, include the following script statements:
  3. <script type = "text/javascript">
    /// TODO: This may not be needed
    HemiConfig = { hemi_base: "/Hemi/" };
    </script>
    <script type = "text/javascript" src = "Hemi/hemi.comp.js"></script>
  1. To test, include the Hemi toolbar, which provides access to the Framework Profiler, Framework Designer, API Browser, Active Source, Log Viewer, XML Utility.
  2. <div template = "ToolBar">&nbsp;</div>

Mobile Applications

TBD


Sign in to add a comment
Powered by Google Project Hosting