Menu

#6 Add Id="" attribute to LabelText element

open
nobody
None
5
2013-02-03
2012-01-15
No

Please add an Id="" attribute to the LabelText element rendering so it can be processed with ClientProxy::updateClientElement()

Index: LabelText.php

--- LabelText.php (revision 33)
+++ LabelText.php (working copy)
@@ -162,7 +162,7 @@
}
else
{
- $sHTML = "<span $style $func>" . $value . "</span>";
+ $sHTML = "<span id=\"$id\" $style $func>" . $value . "</span>";
}
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.