Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pop-up service #64

Closed
ISO50 opened this issue Jan 30, 2015 · 1 comment
Closed

Add pop-up service #64

ISO50 opened this issue Jan 30, 2015 · 1 comment
Assignees

Comments

@ISO50
Copy link
Contributor

ISO50 commented Jan 30, 2015

Need some service that open an html pop-up at a given position. This could be a general component used at various positions throughout the diagram.

Usage Snippet

var options = {
  choices: {
    'a': { image: '...', className: '...', label: '....' },
    'b': { .... }
  },

  select: function(event, choice) {
    alert('user clicked choice');
  }
};

var popup = Popup.open(position, options);

// manually close
popup.close();

// automatically close on diagram click (?)
@ISO50
Copy link
Contributor Author

ISO50 commented Jan 30, 2015

Needed by bpmn-io/bpmn-js#180

@ISO50 ISO50 added ready Ready to be worked on in progress Currently worked on and removed ready Ready to be worked on labels Jan 30, 2015
ISO50 added a commit that referenced this issue Feb 6, 2015
Allows to add popup menu to the diagram.

closes #64
ISO50 added a commit that referenced this issue Feb 6, 2015
Allows to add popup menu to the diagram.

closes #64
ISO50 added a commit that referenced this issue Feb 9, 2015
Allows to add popup menu to the diagram.

closes #64
@nikku nikku added ready Ready to be worked on and removed in progress Currently worked on labels Feb 12, 2015
ISO50 added a commit that referenced this issue Feb 20, 2015
Allows to add popup menu to the diagram.

closes #64
@ISO50 ISO50 added needs review Review pending and removed ready Ready to be worked on labels Feb 23, 2015
@ISO50 ISO50 assigned nikku and unassigned ISO50 Feb 23, 2015
@nikku nikku closed this as completed Feb 27, 2015
@nikku nikku removed the needs review Review pending label Feb 27, 2015
@nikku nikku reopened this Feb 27, 2015
@nikku nikku added the needs review Review pending label Feb 27, 2015
@ISO50 ISO50 closed this as completed in 21b8ca1 Mar 3, 2015
@ISO50 ISO50 removed the needs review Review pending label Mar 3, 2015
@ISO50 ISO50 reopened this Mar 3, 2015
@ISO50 ISO50 added the needs review Review pending label Mar 3, 2015
nikku added a commit that referenced this issue Mar 11, 2015
@nikku nikku closed this as completed Mar 11, 2015
@nikku nikku removed the needs review Review pending label Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants