The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.
0
votes
1answer
67 views
Get all attribute properties [duplicate]
I would like to get all the attribute properties with a Jquery event. I know I can retrieve info of the element by doing something like this:
$(this).attr('id');
So if I want to include the class I ...
-1
votes
2answers
48 views
How do I have my getter return data from attribute/metadata?
So if I have an object with a property like so:
[MyCustomAttribute("somevalue")]
public string PropertyName { get; set; }
is it possible to have my getter return a string from a property inside the ...
2
votes
1answer
30 views
Compatibility of “required”/“pattern” and “disabled” attributes during form submiting
I read following official documentation:
http://www.w3.org/TR/html-markup/input.text.html#input.text.attrs.pattern
http://www.w3.org/TR/html-markup/input.text.html#input.email.attrs.required
...
0
votes
5answers
121 views
jQuery - Remove href attribute when checkbox is NOT checked
I have a form with a "click here to accept terms and conditions" checkbox at the end before the "continue to checkout" link.
Using jQuery I want to remove the href attribute of the "continue ...
-2
votes
1answer
57 views
W3C Validation Warning, name attribute phasing out ? What would happen with PHP $_POST and forms submissions? [closed]
Any idea's what would be the successor of the name attribute ?
As per the w3c validator ....
Validation Output: 4 Warnings
Below is a list of the warning message(s) produced when checking your ...
1
vote
1answer
156 views
How to add data- attributes to ExtJs rendered html?
Using ExtJs 4.1.
I'm creating a panel (for example) and I would like that the generated html includes one or more "data-" attributes (for example: data-intro="some text" data-step="1")
How can this ...
0
votes
1answer
38 views
Converting an object's attribute to an array in Rails
I have a form in my Rails application, and in the form, there is a textbox that corresponds to :mylist, which is an attribute of my class Catcher's object @mycatcherobject In the form, people will ...
1
vote
1answer
265 views
C# MVC4 ActionResult ActionFilter for FormCollection
I have the following ActionResults and one is meant to be an override of the other that accepts a FormCollection as a parameter.
[HttpPost]
public ActionResult PartialAverageDisplay()
{
...
0
votes
2answers
27 views
PHP syntax for static attribute of attribute
I have implemented a singleton pattern class, and who can be used in another classes like this :
class myClass {
private $attr;
public function __construct() {
$this->attr = ...
0
votes
0answers
23 views
Add attributes to js media fields in django's widgets
I am using AMD loading with requirejs for most of my javascript but I have trouble using them in django's widgets.
Django's documentation states that a media should be embedded in the following way:
...
0
votes
1answer
38 views
XSLT - interlink attributes from different child elements
I have the following XML file that stores movies and actors:
<database
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="movies.xsd">
<movies>
...
2
votes
3answers
89 views
Managing large spatial data set with attributes in C++
I have a data set with about 700 000 entries, and each entry is a set of 3D coordinates with attributes such as name, timestamp, ID, and so on.
Right now I'm just reading the coordinates and render ...
0
votes
4answers
128 views
Python 'AttributeError: 'function' object has no attribute 'min''
Firstly, apologies for how obvious these two questions seem to be; I'm very very new to this and don't have a clue what I'm doing.
I'm trying to write something to apply the Scipy function for spline ...
0
votes
2answers
43 views
Style div (with specific tag), without class or id
I have like this div, that has no ID or CLASS attributes:
<div data-placement="kolp">
blabla
</div>
How can I target that in my CSS ? Maybe some javascript help is needed?
1
vote
2answers
163 views
How to get column attributes query from table name using PostgreSQL?
I have a project and I need a query to get all attributes of the columns (Column Name, Position, Data Type, Not Null? and Comments) all this using table name.
I achieved get Column Name, Position ...
0
votes
0answers
54 views
HTML Injection - 'apn-was-fixed-top' strange attribute - article tag html5
I was trying this script generated by PHP, on chrome browser with "Ask toolbar" on and i've encountered this strange attribute, "apn-was-fixed-top", that edits the iframe's and the article's position ...
2
votes
2answers
58 views
Getting the type of a MemberInfo with reflection
I'm using reflection to load a treeview with the class structure of a project. Each of the members in a class have a custom attribute assigned to them.
I don't have a problem getting the attributes ...
0
votes
2answers
63 views
C# class attributes, get them by index
Is it possible to access attributes by index?
Take class Person for instance, which could have attributes "BirthNo" and "Gender". If I want to access BirthNo's value, is it possible in any way to ...
0
votes
0answers
35 views
Mysql : how to deal with categories having their own attributes
Lets say I have a store which sells general products... for example bikes and computers. An item can have only one category.
So I have items which have a category (bikes, computers, clothes, etc), ...
0
votes
1answer
51 views
XSLT - display child elements in a row
I have the following XSLT code that displays movie information from a local XML file (title, actors, runtime, etc.) and Amazon API product information
(product title and picture) from external amazon ...
0
votes
1answer
75 views
Handling Data Annotation Validation with Custom ValidationResult
I have a custom ValidationAttribute like this :
public class ReceiverRegion : ValidationAttribute
{
private RegionService regionService;
private CityService cityService;
...
0
votes
2answers
67 views
MYSQL filter products by attributes
How to select products which have all attributes specified by user
For example: user specified attributes to search products: 41,2,4,6
MYSQL structure is:
TABLE: offer
`id` int(11) NOT NULL ...
0
votes
3answers
119 views
If option selected, add/remove multiple attributes from multiple fields with jQuery?
I have a select box at the top of a form that basically hides or displays another section of the form depending on what is selected. By default 'No' is selected, and my form validation works for the ...
0
votes
0answers
27 views
Attributes are zeroed upon page refresh
In my HTML page I have the following definition:
<img style="cursor: pointer;" src="src.png" id="USED" name="USED" class="USED" onClick='func(this)'/>
I'm using this img as a checkbox, and ...
1
vote
1answer
34 views
Changing one 'attribute' of a href depending on screen size
Dear stackoverflowers,
I'm trying to change the 'data-placement' attribute in my href, depending on the screensize. Somehow I cannot get it to work. The desired goal is to change the ...
0
votes
1answer
29 views
ASP.NET MVC: How do you verify entity ownership on edit action?
in ASP.NET MVC application I want to verify entity ownership on edit action (already on get).
I have implemented custom IPrincipal, so I have actual user ID, but how to compare it with entity ...
0
votes
1answer
27 views
Country_of_manufacture Importing Problems
We have recently started using Magmi to import products...needless to say, this is a great tool. We did, however, notice that country_of_manufacture attribute is not importing. Does anyone know what ...
3
votes
5answers
67 views
“self.data” usage in python
Hello I have a question about attribute usage in Python. I learned that in function definition we can assign some new attributes for objects for example: self! However, when try to use that I got an ...
0
votes
0answers
45 views
DataGridView work on the xml
I am trying show the attribute as the datamember of DataGridView.
Description:
XmlContainXtableList = xml_tgt.SelectNodes("//*[@" + attributename+ "]"); // get all the attributes
try
{
...
0
votes
2answers
53 views
How do I use jquery's prop() to set the attribute of a checkbox?
I want to use prop() to set the attribute of a checkbox to checked.
When I use prop("checked",true) I can visually see that the checkbox is checked, but if I look at the HTML there is no attribute ...
0
votes
0answers
22 views
Referencing attributes/references of other classes in EMF
In EMF, I want to reference to attributes of other classes (also from loaded resources) or to references between other classes. Is it even possible in such a direct way? Like referencing EClass or ...
0
votes
1answer
52 views
XSLT Convert attribute to element and copy value from an other elemen
I have XML data like this
<ABC version="1.0">
<XYZ>
<ROWSET ROWS="00001">
<ROWDEF>
<COLUMN ID="ACCT_ID" LEN="016" NULL="Y"/>
<COLUMN ...
1
vote
2answers
90 views
Is it bad to add JSON on HTML data attribute?
Since HTML data attribute allows adding any custom data, I wonder if it is a good idea to include a set of JSON list as a data attribute? Then, the corresponding JSON can be easily accessed by ...
0
votes
0answers
20 views
Setting an attribute to launch configuration in eclipse
An application in eclispe3.7, I want to set an attribute to the launch configuration on each launch. Iam using the following command for setting the attribute, But when getting the attribte, it shows ...
2
votes
1answer
79 views
GLSL - Binding Attributes to Semantics
I've seen a number of questions and answers here on stack overflow about this topic. From these answers, I've come up with a possible solution to binding GLSL Attributes to user-defined Semantics. I ...
1
vote
2answers
63 views
Solrnet not finding SolrField attribute
I am currently trying to integrate Solrnet with a project I am working on and I am unable to even get Solrnet to produce a document from a populated POCO. Below is an example of the POCOs i'm using
...
0
votes
2answers
116 views
Reading “data-id” attribute with jQuery
I'm trying to use the nice plugin called jRating , which supposedly does some kind of AJAX call when I click on the stars. It does it, with the right rate value, but the data-id attribute, which will ...
0
votes
3answers
29 views
title attribute array
Hi I'm getting the title attribute "Knit, Main". At the moment the var thinks that it is one word is there some symbol like "," that will make the var handle them in an array?
title="Knit, Main"
var ...
0
votes
1answer
64 views
R: Adding vertex attributes to a network (using statnet)
I'm currently doing a Network Analysis in R, using the Statnet package (http://statnet.csde.washington.edu/)
So far I have been able to:
1) Construct Social Networks using the network() function. ...
0
votes
0answers
47 views
Changing OperationContractAttribute.Action doesn't work
I have a service interface that requires different attributes in different situations. As suggested here, I try to achieve this by changing the behavior and properties of attributes at runtime.
The ...
4
votes
2answers
201 views
Selecting Rails Models via Virtual Attributes
I have the two rails models Section & SectionRevision. A Section is mostly just a container that holds all the Revisions relating to itself. So most of the attributes for the Section are basically ...
0
votes
0answers
53 views
How to implement nominal attribute with hundreds of values in WEKA?
I am attempting to create a data set of NFL running backs for clustering and time series analysis in WEKA 3.7.9. In order to do so, I must measure RB performance over several years.
Instead of ...
0
votes
0answers
21 views
modify attribute of ServletContext
I have an attribute type float in the ServletContext and I would like to modify it from a servlet. This is the code:
float total_price=0;
arg0.getServletContext().setAttribute("total_price", ...
1
vote
3answers
33 views
Center a button or image
I'm using Eclipse to create an app for Android. I know you set attributes such as centering a button or image in the XML file but How would you do this in Java?
0
votes
0answers
75 views
Why my Script VBS can read all user attributes from OpenLDAP only in Windows 7, but on windows XP, it doesn't?
On my Domain built with SAMBA+OpenLDAP, I have a logon script that executes some others script files like .VBS and .BAT.
My question is: Why one of my VB scripts can't read some of attributes of User ...
0
votes
2answers
36 views
decorator to set attributes of function
I want different functions to be executable only if the logged in user has the required permission level.
To make my life more complexly simply I want to use decorators. Below I attempy to set ...
0
votes
0answers
38 views
Magento: How do I show the product attributes in my cart on the order confirmation, invoice and in the cart as well?
I need these attributes (seen in the image below)
To be visible in the cart
and the orderconfirmation email as well..
0
votes
2answers
52 views
How do I identify and send info to 2 different elements with the exact same info in Selenium Webdriver Java
I'm automating filling out a online form. Problem is lots of the fields have the
same attribute info. Both examples below are address lines in different sections I'm trying to send different address ...
-1
votes
1answer
38 views
Sort XML elements by certain attributes
I would need to sort an XML document that looks like follows:
<root xmlns="http://my.name.space.com">
<product id="id001">
<datafield name="Name" value="value 1"/>
...
0
votes
1answer
40 views
a native JS quick way to check for existing attribute=property?
2 part question
1) what's the quick/simplest way to check for an attribute set to a specific value?
i have a JQuery loop that appends
data
.. i needed to test for duplicates.. therefore i have ...



