Questions tagged as 'data-atributos'

1
answer

Select data-attribute within SVG

I have the following SVG inline on my website: <svg xmlns="http://www.w3.org/2000/svg" data-action="counter" class="button" width="320" height="90" viewBox="0 0 320 90"> <rect x="0" y="0" width="320" height="82" rx="10" ry="1...
asked by 23.08.2016 / 13:23
1
answer

Doubt with decorator [Route ("")]

I have the following controller [Route("micontrolador")] public class MiController : Controller { [Route("micontrolador/miaccion")] public ActionResult Index() => View(); } path micontrolador / miaccion Is it necessar...
asked by 12.06.2018 / 22:23
3
answers

Declare as an attribute, a pointer to my same type of variable in C ++

My problem is this: I have a class Nodo , which has as an attribute an array of pointers to to the same type (as to make a tree) and then I have a daughter class NodoAvl that must inherit that attribute but the pointers must...
asked by 05.11.2016 / 20:33
1
answer

Why does not the [DataType (DataType.Password)] work for me?

I have a model CredencialesViewModel which has a property Pwd type string add the decorator type data, but in the view does not render a input type password if not that one type text. / p> Why will this be?     
asked by 12.06.2018 / 21:43
1
answer

Magento 2 migration tool without client attributes

I have a problem migrating the data from magento 1.7.xx to magento 2.1.x which is to ignore some attributes of the client such as the cedula, in the table eav_attribute this is the data that I want to ignore, (the following image is from the mag...
asked by 23.03.2017 / 18:00