Questions tagged as 'atributos'

1
answer

Treating array with php for laravel

I need to retrieve the first array from this list of arrays. I need to retrieve BTC and LTC, and the attributes rate_btc, tx_fee and name. array(1029) { ["BTC"]=> array(9) { ["is_fiat"]=> int(0) ["rate_btc"]=> string(26) "1.000...
asked by 06.10.2018 / 13:53
0
answers

JavaScript: How can I get / change an attribute within the Placeholder="{" id ":" 10 "," selected ": false}"

Hi People . First of all, I did not even know what to put these attributes in. of the Placeholder, hehehe, had never even seen it. <div class="cellContent" placeholder="{"id":"103","selected":false}"></div> If possible any...
asked by 12.08.2018 / 18:20
0
answers

OpenSource Alternatives to PostSharp

Does anyone know of a OpenSource alternative to PostSharp ? I know it has the Free version, but I'm developing some Nuget packages using attributes and I find the dependency on PostSharp heavy and at any point they can start charging, it depe...
asked by 11.12.2017 / 13:33
1
answer

How to fill INPI data in a .NET project

My question is somewhat conceptual. My company registered the software at INPI and received the protocol data, etc. How do I populate this data on my system? I noticed that in the AssemblyInfo.cs file I have fields that allow me...
asked by 02.06.2017 / 00:17
0
answers

Random values and html atributes?

I have noticed that some applications such as gmail, facebook and instagram are presenting classes and attributes as random values or it can be a used default, preprocessor or manager. I was quite curious just that I could not find anything t...
asked by 12.12.2016 / 17:10
0
answers

Aspx image attributes get lost after changes via Javascript

I inserted an image with scr value and DescriptionUrl defined in Aspx and I am changing the value of source (scr) and DescriptionUrl (longdesc) via Javascript; It turns out that after page_load the default values return and what was changed v...
asked by 04.02.2016 / 16:45
0
answers

Display attribute manufacture in frontend Magento

I've been working with Magento for a short time and I do not know much about it yet, and my case is this: in the list of items display I would like to display the% / p> I used the following code in manufacture : <?php echo $_h...
asked by 23.04.2015 / 19:43
1
answer

Javascript set attribute in script tag with variable

How to pass a variable to the attribute of a script, example: <script> token = "ablsicn05101dad10561" //exemplo. Esse token eu pego pela URL </script> <script type="text/javascript" src="http://.." data-token=token&...
asked by 06.11.2018 / 13:32
1
answer

How do I display attributes of an object stored in a vector?

I'm doing a job that consists of a fictional real estate. In this program there is a class called principal where it receives Property (Class) and stores the real estate in a vector, a real estate class that has method of registering the real es...
asked by 27.10.2018 / 02:24