The addattribute tag has no wiki summary.
0
votes
0answers
30 views
Adding attributes to certificate request, java + bouncycastle 1.48
I'm currently working on creating attribute certificate requests using bouncycastle 1.48. Since there were some changes in API (and I'm beginner in this matter) I am unnable to add attributes to ...
0
votes
1answer
48 views
How to add node in existing xml using php simpleXML?
I have a xml file like the bellow, and I need to add a new node with some child node and attribute.
<custscales>
<custscale sclNo="1" type="lin">
<scaleName>Custom Scale ...
0
votes
1answer
100 views
Creating XML File using simplexml_load_string, addChild, and addAttribute
This is what I have so far:
This is the output I am receiving: http://i.imgur.com/mGRAJPe.gif
It seems all of the subfield nodes are becoming a child of the 1st datafield element, instead of being ...
0
votes
2answers
303 views
How do I filter a magento collection by a select drop-down attribute?
In magento, I have an attribute called cl_designer, which is a select drop-down option. I want to filter the products collection on it, like this:
$collection = ...
0
votes
2answers
50 views
Add attribute based on image dimensions
I'm working for a client who's using a third-party platform which only allows me to override CSS and partially edit the HTML templates. I can also make changes by adding Javascript, and in this ...
2
votes
1answer
69 views
POST Method multiple calls | First regular “Submi” | Second ajax{ type: 'POST',
Hi folks I need some help I have created a web page having a
div#formsContent – This has the form and the action is controlled via RequestWorkListController.java
div#newReqDiv – These are results of ...
1
vote
1answer
1k views
Magento addAttributeToFilter with Mutliple Select
I'm having troubles using addAttributeToFilter on Magento Multiple select attributes.
I have a multiple select attribute for car makes, so the content is 'Audi', 'BMW' and so on. In my example I have ...
0
votes
1answer
342 views
Adding EditorAttribute at Run-time (Dynamically) to an Object's special Property
If I have a class like the following whose code I cannot change, how can I add an EditorAttribute to s1 at run-time?
class TestClass
{
public String s1 {get;set;}
public String s2 ...
0
votes
2answers
528 views
HtmlTextWriter - Adding multiple classes to a tag
What is the best way to add multiple classes to a tag using HtmlTextWriter?
What I would like to do is something like...
writer.AddAttribute(HtmlTextWriterAttribute.Class, "Class1");
...
-4
votes
1answer
993 views
how to add attribute on item of repeater at runtime?
I have a repeater,and i want to add a mouse over attribute to its items. is it possible to add attributes at run-time, if yes then how? please reply me as soon as possible. thanks in advance.
1
vote
1answer
589 views
Cannot determine the field name in a magento filter query
I'm having trouble with using an OR filter in a Magento query. This is what i used:
$collection = Mage::getModel('sales/order')->getCollection()
->addAttributeToSelect('*')
...
2
votes
2answers
896 views
How to add admin user attributes in Magento
I'd like to add some new attributes to the admin users in Magento. These users are different than customers (just to make it clear) and it's only possible to set their user/name/lastname/mail/pass, ...
1
vote
2answers
973 views
How to addAttributeToFilter AND and OR at the same time?
I'd like to make filter which looks like this :
(pseudo code)
SELECT * FROM Products WHERE
(`attribute_foo` LIKE 'bar' AND `attribute_bar` LIKE 'foo')
OR (`attribute_far` LIKE 'boo');
I know ...
-3
votes
1answer
497 views
SimpleXML addChild and addAttribute doesnt insert variables [closed]
For some reason, my addChild and addAttribute functions only seem to work when I enter in direct strings. They don't work when I enter in a variable string that I received from a html form POST.
...
1
vote
1answer
46 views
I use dom4j1.6 in java(xml), but I can't addattribute null value, What can I do?
In my source-----
Element element1 = element.addElement("List");
element1.addAttribute("Number", (String)Map.get("NUMBER"));
element1.addAttribute("Indicator", null);
I want a result like ...
1
vote
2answers
172 views
How to add a progressive IDs to elements with jquery?
Using jquery I want to add an id to a series of divs, but of course the ids need to be always different, so I thought to have a progressive number like id="1", id="2", id="3" etc.
here's my markup:
...
2
votes
2answers
238 views
NullPointerException in javax.swing.text.SimpleAttributeSet.addAttribute
Has anyone ever seen an exception like this (with version 1.6.0_11 of the JVM)?:
ERROR: java.lang.NullPointerException: null
at java.util.Hashtable.put(null:-1)
at ...


