If you like this project, you can buy me beer, always appreciated! 🍻😁
A bunch of Core & UI helpers to be used by other extensions.
This extension doesn't bring any features, it is meant to used by some extensions out there or by you to create your own.
AttributeRackUnit
: Extends theAttributeInteger
type to show the 'U' unit on display.
Example on a server with the Position
attribute before and after using the new rack unit type
Use the new molkobain-light
and molkobain-dark
themes to qTip tooltips for a more modern look & feel.
Tooltip with the regular light
theme and with the new molkobain-light
theme.
Display checkboxes as nice toggle buttons in forms by using UIHelper::MakeToggleButton()
.
Some CSS clases to put predefined designs on buttons. Check the .mhf-button
classes.
Use the .mhf-loader
class to have a nice overlay when you need to block some parts of the UI.
Toggle .mhf-hide
class on it to hide / show it.
StringHelper
class to simplify some string manipulations:
StringHelper::ToCamelCase($sInput)
transforms a snake case string into a camel case string (eg."some_string" => "SomeString"
)
Compatible with iTop 2.7+
Stable releases can be found on the releases page.
Downloading it directly from the Clone or download will get you the version under development which might be unstable.
Installation procedure is the same as for any iTop extension, just follow the instruction on the iTop official documentation here.
No configuration needed.
The extension has only 1 configuration parameter:
enabled
: Enable or disable extension. Possible values aretrue
|false
, default istrue
.
This extension is under AGPLv3.