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

Added Linkbutton widget #163

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Added Linkbutton widget #163

wants to merge 6 commits into from

Conversation

vasu-rbt
Copy link
Contributor

@vasu-rbt vasu-rbt commented Jun 24, 2023

Implemented Linkbutton widget for Kentico Xpereicnce 13 Core

This is a widget which allows you to add a button to your screen with certain attributes that can be configured while adding. The properties that can be configured are:

LinkButton text: Enter desired button name like Click me
LinkButton text color: Enter desired color name/code like red/#FF0000
LinkButton BG color: Enter desired backgroud color name/code like red/#FF0000
Link CSS class: Enter style class name if you have
Link URL : You can enter here desired target URL of this button
Link target: selecte option (eg: _blank/_self).

This widget has been tested on Kentico Xperience 13 Core MVC version (13.0.115) and can be used on >=13.0.73.

@vasu-rbt vasu-rbt requested a review from a team as a code owner June 24, 2023 10:23
@seangwright
Copy link
Member

Hey @vasu-rbt, thanks for the contribution!

We use a PR template here which would have populated when you created the PR.

If you could fill that out in your PR description, that would be appreciated. Thanks!

@vasu-rbt
Copy link
Contributor Author

vasu-rbt commented Jul 7, 2023

Hi
Added description about this component.

Thanks

@seangwright
Copy link
Member

@vasu-rbt

There's been some recent updates to this repo. You'll need to merge those into your fork and push the changes up.

@vasu-rbt
Copy link
Contributor Author

Done. Please check and accept my pull request

@vasu-rbt
Copy link
Contributor Author

vasu-rbt commented Nov 24, 2023

Added new Repeater widget for Kentico Xpereicnce 13 Core
Repeater widget: The Repeater Widget is a flexible tool for automatically organizing lots of content as repeated items in accordions or columns and rows.

How to Use

  1. Select where on the page you would like the widget to appear.
  2. Click on the blue plus add widget icon
  3. Select the Repeater widget from the widget pop up
  4. Once the widget is added to the page, hover over the added widget until it displays the properties and trash icons. Click on the gear-shaped properties icon.
  5. In the Repeater widget properties pop up adjust various settings including visibility, items per row, maximum items displayed and content source.
  6. Click the Apply button to update the widget with selected properties. The properties pop up will automatically close.

Please accept the pull request

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

Successfully merging this pull request may close these issues.

2 participants