fabricio.object
19 Jun 2016, 12:09 PM
Hello! By chance found this also while looking at Ext.form.FieldSet ExtJS-modern documentation!
The Set<what> methods are not being registered on the new version of the API docs.
Luckily, I still had the old docs open in a browser window here and could see the problem.
This is the link I used to get from the old docs' page for the setInstructions method:
http://docs.sencha.com/extjs/6.0/6.0.2-modern/#!/api/Ext.form.FieldSet-method-setInstructions
Now, if I open this on a new tab, I just get to the new docs on fieldset with no info on that function.
If I try to run an ExtJS app, there's the setInstructions (which is mapped to applyInstructions, apparently thru an auto-setter ExtJS implements to classes).
Here's how the API docs looked on the previous version of docs:
54715
The link this page reads on my browser is: http://docs.sencha.com/extjs/6.0/6.0.2-modern/#!/api/Ext.form.FieldSet
Of course, this is a tab opened before the update took place. I wonder if there's somewhere online still with the old version of the docs for down to 6.0.2 ExtJS?
Or... were those set methods supposed not to be on the documentation at all?
The Set<what> methods are not being registered on the new version of the API docs.
Luckily, I still had the old docs open in a browser window here and could see the problem.
This is the link I used to get from the old docs' page for the setInstructions method:
http://docs.sencha.com/extjs/6.0/6.0.2-modern/#!/api/Ext.form.FieldSet-method-setInstructions
Now, if I open this on a new tab, I just get to the new docs on fieldset with no info on that function.
If I try to run an ExtJS app, there's the setInstructions (which is mapped to applyInstructions, apparently thru an auto-setter ExtJS implements to classes).
Here's how the API docs looked on the previous version of docs:
54715
The link this page reads on my browser is: http://docs.sencha.com/extjs/6.0/6.0.2-modern/#!/api/Ext.form.FieldSet
Of course, this is a tab opened before the update took place. I wonder if there's somewhere online still with the old version of the docs for down to 6.0.2 ExtJS?
Or... were those set methods supposed not to be on the documentation at all?