From: Vladimir Petriko <vlad.min...@gmail.com>
Date: Tue, 22 May 2012 11:40:47 +0300
Local: Tues, May 22 2012 4:40 am
Subject: Re: [DEV TargetProcess] Mashup for Task Board doesn't get called when user changes
Task board is using UpdatePanel component thus you can use
See the updated code below:
tau.mashups
$.getJSON(url, function (data) {
if (data['Tasks-Count'] == 0) {
$(document).ready(fn);
});
Let us know if you have any other questions.
Best regards,
2012/5/21 Aliaksei Parasiatsyeu <otryv...@gmail.com>
> I have written a mashup for the Task board, but when I change users
> the mashup does not run. It looks like the board is updated via ajax > because the page does not post back. How do write my mashup in a way > that it get's called each time the board is updated? Is it even > possible? > Thanks!
> the code:
> $.getJSON(url, function (data) {
> if (v.Name == "Expected Completion Date" && v.Value !
> $(el).find('div:last').after("<div style='font-
> return false; // break loop
> });
> if (data['Tasks-Count'] == 0) {
> });
> });
> });
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||