This topic is locked
[SOLVED]

 Placeholders Multi Lang

12/28/2018 3:28:15 PM
PHPRunner General questions
A
aminovsk author

Hi,

I know in new version of PHPRunner, there is Label Editor for add placeholders; however, for old versions, suggested this code:
Go to "Javascript onload Event" and add this syntax:

$( "#value_ContactName_1" ).attr("placeholder", "Please Enter Your Full Name");
How I can use this code for multi language? (english & Germany)

Sergey Kornilov admin 12/28/2018

What version of PHPRunner do you use?
In version 10 enable multilanguage, proceed to Add or Edit page in Page Designer and click '...' button next to 'placeholder' property to enter placeholders for each language.

HJB 12/28/2018



What version of PHPRunner do you use?
In version 10 enable multilanguage, proceed to Add or Edit page in Page Designer and click '...' button next to 'placeholder' property to enter placeholders for each language.


@admin - "placeholder text" does NOT work at my end. Fresh PHPR v10 - 32133, new, only one field, multi-language on, test project, popup window to enter the text for the placeholder has same upper left description inside the popup box, namely "edit label", which I think should correctly read "edit placeholder", hence I'm fearing, it doesn't work due to double "edit label" issues on both, the placeholder and the label editing.

A
aminovsk author 12/29/2018



What version of PHPRunner do you use?
In version 10 enable multilanguage, proceed to Add or Edit page in Page Designer and click '...' button next to 'placeholder' property to enter placeholders for each language.



Hi, Dear admin

As I mentioned, I know that there is such a feature in the new version, but I want to learn how to edit these codes manually for multiple languages. (English & Germany)
Go to "Javascript onload Event" and add this syntax:

$( "#value_ContactName_1" ).attr("placeholder", "Please Enter Your Full Name");