Difference between revisions of "Developers Documentation"

 
Line 1: Line 1:
 
{{alert|<center><strong>Welcome!</strong> To Developers area of the JomSocial Documentation. This is the place where you can find all resources for creating own, custom extensions.</center>|alert-success}}
 
{{alert|<center><strong>Welcome!</strong> To Developers area of the JomSocial Documentation. This is the place where you can find all resources for creating own, custom extensions.</center>|alert-success}}
<!-- BEGIN: FIRST ROW -->
+
 
<div class="row-fluid">
+
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
    <div class="span4">
+
 
<div style="border-bottom:1px solid e0e9e9; background-color:#eee; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Frequently Used</div>
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-3">
<div style="padding:0.4em 1em 0.3em 1em;">
+
<div class="uk-panel uk-panel-box">
 +
<div class="uk-panel-title">Frequently Used</div>
 +
 
* [[Integrating Your Component]]
 
* [[Integrating Your Component]]
 
* [[JomSocial User Object]]
 
* [[JomSocial User Object]]
 
* [[User Points System|User Points System]]
 
* [[User Points System|User Points System]]
</div>
+
</div>
</div>
+
</div>
    <div class="span4">
+
 
<div style="border-bottom:1px solid e0e9e9; background-color:#eee; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">JomSocial API's</div>
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-3">
<div style="padding:0.4em 1em 0.3em 1em;">
+
<div class="uk-panel uk-panel-box">
 +
<div class="uk-panel-title">JomSocial API's</div>
 +
 
 
* [[API Events|API Events]]
 
* [[API Events|API Events]]
 
* [[Stream API v2|Stream API v2]]
 
* [[Stream API v2|Stream API v2]]
Line 19: Line 23:
 
* [[Toolbar API|Toolbar API]]
 
* [[Toolbar API|Toolbar API]]
 
* [[Cache API|Cache API]]
 
* [[Cache API|Cache API]]
</div>
+
</div>
    </div>
+
</div>
    <div class="span4">
+
 
<div style="border-bottom:1px solid e0e9e9; background-color:#eee; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Custom Development</div>
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-3">
<div style="padding:0.4em 1em 0.3em 1em;">
+
<div class="uk-panel uk-panel-box">
 +
<div class="uk-panel-title">Custom Development</div>
 +
 
 
* [[Image Manipulation|Image Manipulation]]
 
* [[Image Manipulation|Image Manipulation]]
 
* [[Popup Window|Popup Window]]
 
* [[Popup Window|Popup Window]]
 
* [[Plugin Tutorials|Plugin Tutorials]]
 
* [[Plugin Tutorials|Plugin Tutorials]]
 
* [[Walls System|Walls System]]
 
* [[Walls System|Walls System]]
</div>
 
    </div>
 
 
</div>
 
</div>
<!-- END: FIRST ROW -->
+
</div>
 +
</div>

Latest revision as of 19:59, 21 December 2016

Welcome! To Developers area of the JomSocial Documentation. This is the place where you can find all resources for creating own, custom extensions.