Get Started – Fast Lane

As an experienced developer, you can take the fast lane!

Installation and include

<!-- file: hooks/header-extras.php -->
<!-- Copy downloaded file AppGiniHelper.min.js into hooks-directory -->
<script src="hooks/AppGiniHelper.min.js"></script>
<script>
  new AppGiniCommon()
    .setIcon("cog")
    .setTitle("Your<b>Title</b>");
</script>

Page-specific changes

Detail View

// file: hooks/TABLENAME-dv.js
// ... your code here ...

Table View

// file: hooks/TABLENAME-tv.js
$j(function() {

  // ... your code here...

});

Was that too fast?
No problem. Slow down on the Get started page!

Do you like it?