Usage of Custom attributes in vs2010 - html

How to use custom data attributes of jssor slider in vs 2010 aspx page? Because when using the attributes u="",p=""..., they are showing as invalid.Thus im not able to view the arrows and some symbols.
Is there any other way to use jssor slider in vs 2010 web application?

Please use data-u instead of u.

Related

Webtool to get all the clickable elements based on id,tag or class

I am trying to make a web automation script in python, which will launch a browser login into the portal and click on few elements (buttons, pages..) based on the configuration supplied to the project.
I am using selenium and it has been working very good. But I am having few issues understanding the html of a page. I need to click on few buttons and pages but I am unable to find proper id, tag or a class of that particular elements as I am bit new to html.
Is there any tool available which I can download and it can list all the elements of a webpage based on id, tag class it is using. Thanks
Try Chropath - add to chrome :)
https://chrome.google.com/webstore/detail/chropath/ljngjbnaijcbncmcnjfhigebomdlkcjo
You can write xpath's there and it shows You all of the elements it finds.

How to customize page template using Liferay UI?

Is it any ways to add html and css code to page templates using UI of lifery? Because when I'm opening page template - > add page template I've got smth like this with this strange message
It is not possible to specify customization settings for pages in site
templates or page templates.
How to write my own template with custom CSS and Pictures that I have already added to my custom theme?
Your screenshot is helpful. See the Look and Feel tab? That's where you can add custom CSS. Custom JavaScript logic can be added in the Advanced tab.

Insert ASP.Net Controls into HTML template

I have an html template, that describe the position of each control and templates are getting from database. I have added certain custom tags like [txt],[chk] into html template. I want to replace this tags with asp.net controls like textbox,checkbox etc... at the time of page rendering. so i can write c# code on these controls.I want to implement these things on code behind.
If you are using ASP.net web forms, simply copy your HTML template into an ASPX page and replace your placeholders with the relevant controls you want to use.
If you are using ASP.Net MVC, then you can use Razor to do this. http://weblogs.asp.net/scottgu/introducing-razor

Where is the .CSS in ASP.NET for specific views? - Visual Studio 2014

I have created an ASP.NET application. I want to change color, position etcetera in the .CSS-file for a specific View.
The only .CSS-files I can find are the ones in the Content-Folder (Bootstrap, Bootstrap.min and Site).
And the Site.CSS hardly contains anything at all.
I was doing a tutorial where you changed it through the Page Inspector and if you had the Page Inspector Version 1.3 the changes in the Page Inspector were auto-committed. It did not work for me.
Therfore, my question is:
If I want to change things in the .CSS for a specific view where do I do that?
Let's say for example in the default(generated automatically) ASP.NET Folder "Views - Home - Contact"
I would like to change the backgroundcolor in this view only to grey. How do I do that?
Regards,
Chris

Helix Carousel not working in joomla

I use Shaper Helix 2 in my template, and I try to create the carousel. I use Joomla version 3.2, and use CustomHTML to create the carousel. But I do not know why it does not recognize as HTML, and it actually recognize as Text.
So in my home screen, the carousel show the code:
[carousel]
[carousel_item]add image here [caption]Powerful templates framework to develop Joomla base website faster![/caption][/carousel_item]
[/carousel]
not the actual carousel text.
How to solve this? Thank you very much. Appreciate a lot for someone help.
While in the Module Manager menu, go to the Options tab of your Module Custom HTML item and click Prepare Content -- Yes. Then Save. Voila!