- Moderator
- #421
i think notLike plugin.isenabled(112011)? So is it possible?
- skin.setfocus(windowId,controlId) - Sets the focus to the specified control id in the specified window. Useful in <onclick> control attributes (e.g., button onclick).
- plugin.isenabled(pluginName) - Returns true if the specified plugin name is enabled. Useful in skin expressions.
but, update this one, can be benefit for like you, user with non latin characters.
@arion_p : hard to enhance this feature ?
plugin.isenabled(pluginName or ID) - Returns true if the specified plugin name or ID is enabled. Useful in skin expressions.( ID support is better for plugin with different name depending of language)