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

Allow events to be resized #9

Closed
2 tasks done
mattlewis92 opened this issue Jul 3, 2016 · 3 comments
Closed
2 tasks done

Allow events to be resized #9

mattlewis92 opened this issue Jul 3, 2016 · 3 comments
Milestone

Comments

@mattlewis92
Copy link
Owner

mattlewis92 commented Jul 3, 2016

  • week view
  • day view
@mattlewis92 mattlewis92 added this to the 0.2.x milestone Sep 4, 2016
@mattlewis92 mattlewis92 modified the milestones: 0.3.x, 0.2.x Sep 23, 2016
@RamitAnandSharma
Copy link

Hi Guys thanks for creating this library.
I need event resizing feature in my project. When this feature will available for use.

mattlewis92 pushed a commit that referenced this issue Nov 2, 2016
mattlewis92 pushed a commit that referenced this issue Nov 2, 2016
BREAKING CHANGE:
A dependency on the `angular-resizable-element` library has now been added. System.js users will need to add this to their config

```
'angular-resizable-element': 'npm:angular-resizable-element/dist/umd/angular-resizable-element.js',
```

Part of #9
mattlewis92 pushed a commit that referenced this issue Nov 3, 2016
BREAKING CHANGE:
A dependency on the `angular-resizable-element` library has now been added. System.js users will need to add this to their config

```
'angular-resizable-element': 'npm:angular-resizable-element/dist/umd/angular-resizable-element.js',
```

Part of #9
AndersTornkvist pushed a commit to AndersTornkvist/angular-calendar that referenced this issue Dec 29, 2020
@lakfa
Copy link

lakfa commented Jun 10, 2021

Hello and thanks for creating this library
The problem I have is that events can't be resizable when am passing a custom event template

<ng-template #eventTemplate let-weekEvent="weekEvent" let-locale="locale">
  <div class="event-template">
    <i
      class="pi pi-calendar pi-lg"
      style="font-size: 12px; background-color: #7fff00"
    >
      <span style="font-weight: bold; font-size: 11px">
        {{ weekEvent.event.title }}
      </span>
    </i>
    <p>{{ weekEvent.event?.meta?.subTitle }}</p>
  </div>
</ng-template>

I guess I need to implement resize feature my self but I don't know how
Thanks for your help

@miradofitiavana
Copy link

Hello and thanks for creating this library The problem I have is that events can't be resizable when am passing a custom event template

<ng-template #eventTemplate let-weekEvent="weekEvent" let-locale="locale">
  <div class="event-template">
    <i
      class="pi pi-calendar pi-lg"
      style="font-size: 12px; background-color: #7fff00"
    >
      <span style="font-weight: bold; font-size: 11px">
        {{ weekEvent.event.title }}
      </span>
    </i>
    <p>{{ weekEvent.event?.meta?.subTitle }}</p>
  </div>
</ng-template>

I guess I need to implement resize feature my self but I don't know how Thanks for your help

Hello @lakfa, did you find how to resize when it is a custom template ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants