Home Unanswered Active Tags New Question

Resource-Bubble for java scheduler

Hello again,

Im trying to figure out how to set resource-bubbles in my java-scheduler. Event bubbles where fine, but DayPilotScheduler.java does not seem to have a method onResourceBubble(ResourceBubbleArgs ra).

Is this a missing feature? Or is it supposed to be implemented differently than EventBubbles?

Asked by Erik 9 months ago.
Replies

Erik,

The resource bubble is now implemented in DayPilot Pro for Java.

Example:

Default.jsp
dps.resourceBubble = new DayPilot.Bubble();
DpsServlet.java
@Override
public void onResourceBubble(ResourceBubbleArgs ea) throws Exception {
  ea.setBubbleHTML("Resource details loaded from the server. " + ea.getId());
}

See also:

Answer posted by Dan Letecky [DayPilot] 7 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java