Hi guy I dont know where can I put this question,
I'm thinking on use an html editor with b4j and I need put some the html code, but I need to insert some variables extracted from a db.
Then I need to save the html generated by the user with tokens or something to mark where can I insert the variables.
but I dont know from where can I start.
Example on my mind.
//////////////////////////////////////////////
Table with 2 fields: ID, Name and last name.
Record 1: 1, Josh, Be.
//////////////////////////////////////////////
Html code:
<Title>Page for %%Name%%</title>
<body>This is an example what I want to know, but I dont understand right now from where can I do this %%Lastname%%</body>
//////////////////////////////////////////////
I need to save this html from a backend, then this will be generated from the user side.
And he need it call the html and show the page with names or others variables on it.
Help me, any light on the way is so good for me.
I'm thinking on use an html editor with b4j and I need put some the html code, but I need to insert some variables extracted from a db.
Then I need to save the html generated by the user with tokens or something to mark where can I insert the variables.
but I dont know from where can I start.
Example on my mind.
//////////////////////////////////////////////
Table with 2 fields: ID, Name and last name.
Record 1: 1, Josh, Be.
//////////////////////////////////////////////
Html code:
<Title>Page for %%Name%%</title>
<body>This is an example what I want to know, but I dont understand right now from where can I do this %%Lastname%%</body>
//////////////////////////////////////////////
I need to save this html from a backend, then this will be generated from the user side.
And he need it call the html and show the page with names or others variables on it.
Help me, any light on the way is so good for me.