Giter Club home page Giter Club logo

Comments (4)

mgohin avatar mgohin commented on August 19, 2024

Use the day-click callback to choose to select the date or not.

html

<multiple-date-picker day-click="selectDayIfPossible" highlight-days="highlightDays"/>

js

$scope. selectDayIfPossible = function(event, date) {
    event.preventDefault() // prevent the select to happen
    if(canSelect()){ //check if user can select this date
        date.selected = !date.selected
    }
}
$scope.highlightDays = [
    {date: YOUR_DATE, css: 'mySelectableClass', selectable: true},
];

Then change the css to show dates with default css as not selectable and add css for .picker-day.mySelectableClass (check the example Highlight-days in the demo page)

from multipledatepicker.

waqas-syed avatar waqas-syed commented on August 19, 2024

Thanks. That does give me a solution.

But now there is another issue, I am not able to 'highlight-days', although I am using the exact procedure specified here : http://arca-computing.github.io/MultipleDatePicker/

None of the specified days is highlighted. Can I get a Plunker/Fiddle for any example? Thanks in advance!

from multipledatepicker.

mgohin avatar mgohin commented on August 19, 2024

Can you show me your code ? (html, js, css)
We can work on it on a plunkr, would be easy to spot the error together

from multipledatepicker.

waqas-syed avatar waqas-syed commented on August 19, 2024

I have worked around on the issue and got what I wanted for now. Will get
in touch if I see a problem again!

On Tue, Aug 11, 2015 at 1:06 PM, Maelig [email protected] wrote:

Can you show me your code ? (html, js, css)
We can work on it on a plunkr, would be easy to spot the error together


Reply to this email directly or view it on GitHub
#26 (comment)
.

from multipledatepicker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.