|
| jaideep0101 : On August 28, 2008 6:14 AM said: |
Hi, this video is awsome and fabulous..
|
|
|
|
|
|
|
| Captain Slog : On September 04, 2008 2:12 AM said: |
The control workd fine in the demo web site but if you place it within any other site you will have problems with the jscript and the location of the css file. The documentation, such as it is, is missing some critical information about where these files can be configured. More and better documentation is required.
|
|
|
| jkajen : On September 11, 2008 6:26 PM said: |
excellent video, Joe. I appreciate your ability to speak plainly.
|
|
|
| wliao : On September 21, 2008 10:51 AM said: |
this video is too long, makes it painful to get to the point, should have been 5 minutes without watching all those extra typing.
|
|
|
| shaggyb : On October 13, 2008 7:18 PM said: |
I want to put custom text in the rollover tooltip for the rating control. I have set the BehaviorID and wired up the addmouseover event. Here is the JS code:
function pageLoad() {
$find("RatingBehavior1").add_MouseOver(onMouseOver);
}
function onMouseOver(sender, eventArgs) {
var elt = sender.get_element();
$get(elt.id + "_A").title = sender._currentRating + " Stars";
}
2 problems, 1 if the text i want in the tooltip is a scale like (poor,bad,fair,good,great) then i want that text in the tooltip. How can I do that? Problem 2 If I have more than 1 rating control on the page with a BehaviorID set, i get JS errors saying that there is more than 1 object with name BehaviorID1
Has anyone solved this issue? Do have to write my own rating control?
|
|
|
| a-alexst : On October 13, 2008 7:21 PM said: |
Controls are SUPER Inflexible. Step left or right and you have to write your own control.
|
|
|
| himagni : On October 24, 2008 5:35 PM said: |
Awesome Detailed learning for a beginner. I loved to make it on my own...
Thanks Joe
|
|
Leave a Comment
You must be logged in to leave a comment. Click here to log in.