I do not want to add this feature now, mb in future
All fields labelled (Required) must be completed before the form is submitted.
You are not logged in. Please login or register.
Mifjs forum — Mif.Tree, Mif.Menu » Feature requests » Node's "selected" property in JSON description » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
I do not want to add this feature now, mb in future
so what is the status on this, moro?
do you view this as possible improvement? if so, when can we expect it to be implemented?
thanks
Hi moro,
Currently in the example files there's "expandTo" property of a node:
var json=[
{
"property": {
"name": "root"
},
"children": [
{
"property": {
"name": "node1",
"expandTo": 1
}]
}While this works and is extemely useful, I'd still like to have one more property of a node, that will select it after the render. After all, in most cases when you are "expanding to a node", you are also selecting it.
Can you introduce "selected" property as shown below:
"children": [
{
"property": {
"name": "node1",
"expandTo": 1,
"selected": true
}]Thanks,
Temuri
Powered by PunBB