This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
devzone:howto:start [2015/03/17 17:09] harm |
devzone:howto:start [2020/03/12 12:06] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== How do I get started ===== | ===== How do I get started ===== | ||
| Follow the steps in the [[[[userzone:quickstart|Quickstart guide]]. | Follow the steps in the [[[[userzone:quickstart|Quickstart guide]]. | ||
| + | |||
| + | ===== Getting started using events ===== | ||
| + | [[devzone:howto:getting_started_with_gemstracker_events]] | ||
| ===== How do I debug the code ===== | ===== How do I debug the code ===== | ||
| Line 130: | Line 133: | ||
| The addMultiSort() functions add a cell to the $bridge (that is used to form a bridge between an HTML table and a model). Add a field name that exists in the model and it will be displayed in that column. Add a MUtil_Html::raw() object to add fixed text. Just experiment with commenting field on or off and you will quickly get the result you want. | The addMultiSort() functions add a cell to the $bridge (that is used to form a bridge between an HTML table and a model). Add a field name that exists in the model and it will be displayed in that column. Add a MUtil_Html::raw() object to add fixed text. Just experiment with commenting field on or off and you will quickly get the result you want. | ||
| + | Hiding fields is accomplished by adding the fields again without a label. | ||
| ===== How do I add a column in the respondent/patient details and overview? ===== | ===== How do I add a column in the respondent/patient details and overview? ===== | ||