Repositions a child view inside a placeholder by changing the index value of the child view. The index is a 10-based index. Set index to less than 10 to position the child view before the current child view; set index to greater than 10 to position the child view after the current child view. If… Continue reading How to reposition a child view inside a placeholder by changing the index value of the child view
Month: September 2023
How to set the login Parms in the URL for the Login register page.
Using this Methode we can set URL login Params true or false so we can show the login page register page in the single page
How to create the nstype in the configuration record for using big passages or html contents
Using this Methode we can get html contents from the configuration over the big passages or html contents. Note: for the Html contents use the 3 brackets {{{footerExploreProductsList}}}
How to add one or more child views to a view that already exists in the DOM
Add one or more child views to a view that already exists in the DOM. Child views can be added to elements that have the data-view or data-cms-area data attribute. If there are multiple elements in a template that have a data-view (or data-cms-area) attribute value of view_id, the child views are added to all… Continue reading How to add one or more child views to a view that already exists in the DOM
How to toggle the eye icon and eye icon slash in the login page for the password input type
Using this Methode we can toggle the eye icon images in the login pages.
Resolving Permission Violation When Attaching Non-File Cabinet Files to Emails
A permission Violation error message occurs when trying to attach a file, which isn’t located in your File Cabinet, to an email. There is a solution to this issue, and it involves adjusting the access restrictions of the Attachments Sent folder. Here’s a step-by-step guide on how administrators can resolve this problem: 1. Go to… Continue reading Resolving Permission Violation When Attaching Non-File Cabinet Files to Emails
Release Preview Testing Documentation-Aeries Technology
Release preview Testing 2023.2 Documentation Standard Flow
Release Preview Testing 2023.2 Proposal-ABSP
Release preview testing proposal for ABSP
Testcase Documentation-Fortify Quip
Release preview Testing 2023.2 Documentation of Fortify Quip Standard Flow Customization Documentation
How to create a search menu to filter links using CSS and JavaScript
Search/Filter Menu Creating a search for links in a navigation menu: Create A Search Menu Step 1) Add HTML: Note: We use href=”#” in this demo since we do not have a page to link it to. In real life this should be a real URL to a specific page. Step 2) Add CSS: Style the… Continue reading How to create a search menu to filter links using CSS and JavaScript