Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 0e14443

Browse files
author
Jelte Lagendijk
committed
Updated the target element class description
1 parent 7495906 commit 0e14443

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "BootstrapTooltip",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "",
55
"license": "",
66
"author": "",
77
"private": true,
8-
"dependencies": {
9-
},
8+
"dependencies": {},
109
"devDependencies": {
1110
"del": "^2.2.2",
1211
"gulp": "^3.9.1",
@@ -34,4 +33,4 @@
3433
"folders": "node ./node_modules/gulp/bin/gulp folders",
3534
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
3635
}
37-
}
36+
}

src/BootstrapTooltip/BootstrapTooltip.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<property key="tooltipClassName" type="string" required="true">
1010
<caption>Target element classname</caption>
1111
<category>Appearance</category>
12-
<description>The tooltip will be connected to the element of which the Class property corresponds to the specified value and is on the same level as the target element.</description>
12+
<description>The tooltip will be connected to the element of which the Class property corresponds to the specified value and is on the same level as the target element.
13+
14+
* To make sure you target the right element, place the element and the BootstrapTooltip widget in the same container.</description>
1315
</property>
1416
<property key="tooltipMessageString" type="translatableString" required="false">
1517
<caption>Default text</caption>

src/BootstrapTooltip/BootstrapTooltipContext.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<property key="tooltipClassName" type="string" required="true">
1010
<caption>Target element Class</caption>
1111
<category>Appearance</category>
12-
<description>The tooltip will be connected to the element of which the Class property corresponds to the specified value and is on the same level as the target element.</description>
12+
<description>The tooltip will be connected to the element of which the Class property corresponds to the specified value and is on the same level as the target element.
13+
14+
* To make sure you target the right element, place the element and the BootstrapTooltip widget in the same container.</description>
1315
</property>
1416
<property key="tooltipMessageString" type="translatableString" required="false">
1517
<caption>Default text</caption>

src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="BootstrapTooltip" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BootstrapTooltip" version="2.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BootstrapTooltip/BootstrapTooltip.xml"/>
66
<widgetFile path="BootstrapTooltip/BootstrapTooltipContext.xml"/>

test/widgets/BootstrapTooltip.mpk

-20.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)