Questions tagged [custom-attributes]

In .NET Framework, custom attributes are user defined attributes which enable providing metadata for application elements such as assemblies, classes and methods.

In .NET Framework, custom attributes are user defined attributes which enable providing metadata for application elements such as assemblies, classes and methods.

1173 questions
-2
votes
1 answer

What kind of CSS attributes are these?

What are these types of attributes called? data-role= data-theme= data-position= data-display= Those specific attributes are coming out of Phonegap but I've seen these in other web frameworks. Are these custom or part of CSS3?
4thSpace
  • 43,672
  • 97
  • 296
  • 475
-2
votes
2 answers

What's wrong with this piece of code? I don't know how to solve this issue

Trying to create an element with some custom properties function x(){ var f=document.createElement("div"); this.name="monkey"; return f; } x.prototype.myFunction=function(){ alert(arguments[0]+this.name); }; var c=new…
-3
votes
1 answer

Find and replace custom attribute values in AD using Powershell

So I have an interesting script I am trying to figure out, basically I need to change a custom attribute value to a new one. The problem is its for both users and computers and not specific to the groups. So for instance the value might be Billing1…
Oly
  • 1
  • 1
  • 1
  • 2
1 2 3
78
79