jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Peter,
That does not work in my scenario.
I’ve added the code you suggest at the bottom of the code below and I get an error of “Parse error: syntax error, unexpected ‘(‘, expecting variable (T_VARIABLE) or ‘{‘ or ‘$’ in C:\xampp\htdocs\SteveTest\Results2.php on line 21”This is the code:
<h1>Thank You</h1>
<p>Here is the information you have submitted:</p>- Name: <?php echo $_POST[“Name”]?>
- Address: <?php echo $_POST[“Address”]?>
- Address Line 2: <?php echo $_POST[“addressLineTwo”]?>
- Post Code: <?php echo $_POST[“postCode”]?>
- Service: <?php echo $_POST[“dropdownValue”]?>
- Message: <?php echo $_POST[“radiobuttonValue”]?>
- Check 1: <?php echo $_POST[“checkboxValue1”]?>
- Check 2: <?php echo $_POST[“checkboxValue2”]?>
- Check 3: <?php echo $_POST[“checkboxValue3”]?>
- FileName: <?php echo $_POST[“fileToUpload”]?>
- FileName2: <?php echo $(“#fileUpload”).jqxFileUpload(“fileInputName”);?>
Thanks for your help.
Best Regards,
Steve.
December 22, 2016 at 3:37 pm in reply to: Need to create an amps gauge Need to create an amps gauge #90065Hi Ivailo,
That’s perfect, Thank you.
It’s looking good now
Best Regards,
Steve.
December 21, 2016 at 4:54 pm in reply to: Need to create an amps gauge Need to create an amps gauge #90028Hi There,
Is there anyway of scaling down the gauge and colouring the pointer as I need it to blend in with my other gauges.
View gauges here: http://www.dotnet4site.com/miscimages/4JQWidgets.jpg
Thanks for the help.
Best Regards,
Steve.
December 21, 2016 at 4:30 pm in reply to: Need to create an amps gauge Need to create an amps gauge #90027Hi Ivailo,
Looks good.
Thanks I’ll have a play.Best Regards,
Steve.
December 8, 2016 at 4:44 pm in reply to: Need to create an amps gauge Need to create an amps gauge #89705Hi Ivalio,
Thanks for the reply.That is very close to what I need.
Is there a way to add a caption? on my other gauges I have:
caption: { offset: [0, 10], value: ‘Runner Bearing L (ºC)’, position: ‘bottom’ },
But it does not show on the amps gauge. Must be something to do with making it a half gauge and it’s being hidden.I really appreciate the help.
Best Regards,
Steve.
Hi There,
I cant believe that this cannot be done!
Surely someone has a little example code.Any help would be really appreciated.
Best Regards,
Steve.
Hi There,
Thanks for the reply.
I have looked at the renderer demo.
I’m sorry but I cannot see how I can use it for my page links. Obviously I do not have the skills.
Can you give me some example code?
I am surprised that there are no examples of this topic as I thought it would be asked for quite a bit.Best Regards,
Steve.
-
AuthorPosts