Jaime Stuardo
Jaime Stuardo
When using checkbox, I have found 2 problems. First, when seeing at the source code, this appears: `` Notice the ctx.style variable not being resolved correctly. Other problem is that...
That's it!
## Description When opportunity comes from a Lead, opportunity type is incorrect when the system is not in English. This problem exists since version 11. ## Context information (for bug...
Hello, I want just load a gallery of images from Ajax. I tried this code: $('.popup-pic').magnificPopup({ type: 'ajax', callbacks: { parseAjax: function (mfpResponse) { // mfpResponse.data is a "data" object...
Hello, I am using this code to receive messages from pipe clients: ``` _pipeServer = new NamedPipeServer(CommandServer.Command.PipeServerName); _pipeServer.ClientConnected += delegate (NamedPipeConnection connection) { //// }; _pipeServer.ClientDisconnected += delegate (NamedPipeConnection connection)...
If you have a wizard whose tab contents are big and the toolbar is placed at the bottom, then you press the "Next" button to change the tab, the bottom...
If I want to add arrow icons to the next and previouse buttons, I did this in initialization: `lang: { next: 'Siguiente ', previous: ' Anterior' },` However, that does...
It will be very useful if the grid could start with a specific sorting. Currently, grid does not sort initially, so sort field parameter is neither sent to server nor...
If protocol is defined and it is associated with an executable, browser shows an alert in order to accept or deny the execution. I think that alert causes the timeout...
I have downloaded gitscc.zip file in order to install it in Visual Studio 2008, but zip content is a lot a JSON files and the source code. How can I...