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 advanced Selectors - start and end #1447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add advanced Selectors - start and end #1447

wants to merge 1 commit into from

Conversation

MartinMuzatko
Copy link

Offset Modifiers Start and End were missing until now.

Offset Modifiers Start and End were missing until now.
@ryancramerdesign
Copy link
Owner

Hi @MartinMuzatko thanks for the suggestion! I had intentionally left these out because I didn't think they would be useful for InputfieldSelector, as they are meant purely for pagination. But if you can think of a good use case please let me know and I'll definitely be happy to add it.

@MartinMuzatko
Copy link
Author

I use the InputfieldSelector to choose which pages to be shown in the "news feed" displayed on the homepage (see http://www.happy-css.com). While I want the first few news to be highlighted more than the older ones, I just could use CSS to select the first three, or add css classes with php for the first three items. Or I just create two selections with the InputfieldSelector to create the first news that are highlighted, and then (starting at number 4) the not so significant news at the moment.

This is one of the usecases, but as I said: there are workarounds as described.

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

Successfully merging this pull request may close these issues.

2 participants