silverstripe-module inlinehelp
silverstripe-australia/inlinehelp
- Thursday, June 29, 2017
- by ssau
- Repository
- 2 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 5 Forks
- 1 Open issues
- 6 Versions
- 0 % Grown
IMPORTANT
This is no longer actively maintained, however, if you're interested in adopting it, please let us know!, (*1)
SilverStripe Inline Help Module
Maintainer Contacts
Requirements
Documentation
Changelog
1.0, (*2)
- Updated to SilverStripe 3.2
- Earlier versions of SilverStripe 3 have not been tested
Known Bugs
- The displayed fields in the admin section under the tab "Attach To" display incorrectly with the selected radio button when the item is dynamically loaded
Installation Instructions
- Place this directory in the root of your SilverStripe installation.
- If cloned or using the zip file, change the directory to just
inlinehelp
- Add the following lines of code to your Page init function
if($this->dataRecord) {
$this->dataRecord->extend('onPageInit', $this);
} else {
singleton('SiteTree')->extend('onPageInit', $this);
}
- Visit yoursite.com/dev/build to rebuild the database.
dev-master
9999999-dev
Sources
Download
BSD-3-Clause
The Requires
by
Tom Brewer-Vinga
inline
silverstripe
help
2.0.1
2.0.1.0
Sources
Download
BSD-3-Clause
The Requires
by
Tom Brewer-Vinga
inline
silverstripe
help
2.0.0
2.0.0.0
Sources
Download
BSD-3-Clause
The Requires
by
Tom Brewer-Vinga
inline
silverstripe
help
1.0.1
1.0.1.0
Sources
Download
BSD-3-Clause
The Requires
by
Tom Brewer-Vinga
inline
silverstripe
help
1.0.0
1.0.0.0
Sources
Download
BSD-3-Clause
The Requires
by
Tom Brewer-Vinga
inline
silverstripe
help